Skip to content

Commit

Permalink
build(ci): restrict branch refs to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Jun 25, 2024
1 parent 0feefa4 commit 6b4605e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/voucher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Voucher

on:
push:
branches: [develop, master]
branches: [develop]
pull_request:
# defaults to run on opened, reopened, synchronized and assigned
branches: [develop, master]
branches: [develop]
env: # Environment variables
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
jobs:
Expand Down

0 comments on commit 6b4605e

Please sign in to comment.