Skip to content

Commit

Permalink
.github/workflows/build.yml: run when a tag is pushed
Browse files Browse the repository at this point in the history
Signed-off-by: Sergii Dmytruk <[email protected]>
  • Loading branch information
SergiiDmytruk committed Oct 4, 2023
1 parent 2c3b4da commit cdf3efc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- 'aem*'
tags:
- '*'
pull_request_target:
branches: # this is to avoid running the workflow twice in a PR
- 'aem*'
Expand Down

0 comments on commit cdf3efc

Please sign in to comment.