Skip to content

Commit

Permalink
Merge pull request #12 from rubenmartinm/feat/test-on-tag
Browse files Browse the repository at this point in the history
feat: test-on-tag
  • Loading branch information
rubenmartinm authored Mar 30, 2024
2 parents 639f2a3 + 80e7d9d commit a51e103
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ name: Create and publish a Docker image
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
branches: ['release']
branches: [ main ]
tags:
- 'v*.*.*'

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down

0 comments on commit a51e103

Please sign in to comment.