Skip to content

Commit

Permalink
update trigger branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis Banh committed Jun 14, 2024
1 parent d490da2 commit 18a5192
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ name: Build 'n Deploy
on:
push:
branches:
- '*'
- main
- develop
- 'release/**'
- 'feature/**'
- 'issue/**'
- 'issues/**'
- 'dependabot/**'
tags-ignore:
- '*'
paths-ignore:
Expand Down

0 comments on commit 18a5192

Please sign in to comment.