Merge rust-bitcoin/rust-bitcoin#1733: CI: Prevent duplicate CI runs

a629bef85e CI: Prevent duplicate CI runs (Jonathan Underwood)

Pull request description:

  Closes #1726

  This will prevent duplicate CI runs when merging an internal branch into master.

  You can opt-in to a non-master branch CI by using the prefix given.

ACKs for top commit:
  apoelstra:
    ACK a629bef85e
  Kixunil:
    ACK a629bef85e

Tree-SHA512: b3a43d55ce9ae7d3c3898dfae42058f4c2990ed176a612e688166e4cb01dd0d9ddd5eec3580d275f5cb19101e43b822e4a17a34d75db68f4fe2c5ad23cdea97d
This commit is contained in:
Andrew Poelstra 2023-03-22 16:55:20 +00:00
commit dda3cb6fe2
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
2 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,11 @@
name: Fuzz
on: [push, pull_request]
on:
push:
branches:
- master
- 'test-ci/**'
pull_request:
jobs:

View File

@ -1,4 +1,9 @@
on: [push, pull_request]
on:
push:
branches:
- master
- 'test-ci/**'
pull_request:
name: Continuous integration