X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fbuild.yml;fp=.github%2Fworkflows%2Fbuild.yml;h=b00bf47fe66100fa8ad9ffbd2a981ff419528eb7;hb=f471a1b9da4680c9da56ee5f7892e5c66cab0bf9;hp=a08549c0c5c73357a3c9ec07fa10dcf9eab1d100;hpb=15050895fd409ff8b01092dc2db30d8222063631;p=rust-lightning diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a08549c0..b00bf47f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,12 @@ name: Continuous Integration Checks -on: [push, pull_request] +on: + push: + branches-ignore: + - master + pull_request: + branches-ignore: + - master jobs: build: