Skip to content

Commit

Permalink
Merge pull request #90 from legleux/ignore-package-build-on-pr
Browse files Browse the repository at this point in the history
Ignore package build on Pull Requests
  • Loading branch information
legleux authored Feb 16, 2024
2 parents 7b44bf6 + 095cea9 commit 65c472f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: "Package xbridge_witnessd"
on:
push:
branches: ['main', 'release', 'develop', '*-rc*', '*-b*']
pull_request:
branches: ['main', 'release', 'develop', '*-rc[0-9]+', '*-b[0-9]+']
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 65c472f

Please sign in to comment.