Skip to content

Commit

Permalink
creating github workflow for package creation
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Oct 9, 2024
1 parent 2527ce3 commit fb84e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_docker_image.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Create and publish a Docker image

on:
pull_request:
branches: ['master']
push:
branches: ['main']
tags:
- 'v*.*.*'
env:
Expand Down

0 comments on commit fb84e72

Please sign in to comment.