Skip to content

Commit

Permalink
Include 'build-images' branch in workflow triggers
Browse files Browse the repository at this point in the history
Added 'build-images' branch to the workflow trigger for push requests.
  • Loading branch information
rolandgroen committed Nov 19, 2024
1 parent 3be435f commit a8c1467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
push:
branches:
- master
- build-images # remove when merged
tags:
- 'v*'
pull_request:
branches:
- master
- build-images # remove when merged

# cancel build action if superseded by new commit on same branch
concurrency:
Expand Down

0 comments on commit a8c1467

Please sign in to comment.