Skip to content

Commit

Permalink
trigger build on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
gzm55 committed Dec 27, 2023
1 parent 2abd868 commit 125d5c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Verify
# trigger on push to branches and PR
on:
push:
branch:
branches:
- '**' # matches every branch
tags:
- 'project-settings-extension-[0-9]+'
- 'project-settings-extension-[0-9]+.[0-9]+'
Expand Down

0 comments on commit 125d5c9

Please sign in to comment.