Skip to content

Commit

Permalink
Github action triggers on master and release branches
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Richerson <[email protected]>
  • Loading branch information
matthew-richerson committed May 1, 2023
1 parent 4f3b323 commit b782631
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Docker build and push
on:
push:
branches:
- '*'
- 'master'
- 'releases/v*'
tags:
- 'v*'
pull_request:
Expand Down

0 comments on commit b782631

Please sign in to comment.