Skip to content

Commit

Permalink
build: update push event to support beta branch
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   .github/workflows/testPublish.yml
  • Loading branch information
blackfalcon committed Jun 20, 2024
1 parent 2a14806 commit 4205594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Test and publish
# events but only for the main branch
on:
push:
branches: [ main ]
branches: [ main, beta ]
pull_request:
branches: [ main ]
branches: [ main, beta ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 4205594

Please sign in to comment.