Skip to content

Commit

Permalink
feat: added release triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Jan 20, 2024
1 parent 93ff389 commit dc263ac
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,10 +4,12 @@ on:
push:
branches:
- main
- release/**

pull_request:
branches:
- main
- release/**

permissions:
contents: write
Expand Down

0 comments on commit dc263ac

Please sign in to comment.