Skip to content

Commit

Permalink
comments updated
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanW3 committed Apr 9, 2024
1 parent 8e5b481 commit 68aa5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagBasedImageBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
buildImageForNewTag:
if: startsWith(github.ref, 'refs/tags/') // This will run the workflow only when a tag is created
if: startsWith(github.ref, 'refs/tags/') # Only run this job when a tag is created
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 68aa5ea

Please sign in to comment.