Skip to content

Commit

Permalink
Add master branch to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
double16 committed Nov 19, 2024
1 parent 010eeb1 commit f251132
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
push:
branches:
- 'main'
- 'master'
paths-ignore:
- '**.md'
- 'docs/**'
pull_request:
branches:
- 'main'
- 'master'
paths-ignore:
- '**.md'
- 'docs/**'
Expand Down

0 comments on commit f251132

Please sign in to comment.