X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;fp=.github%2Fworkflows%2Fbuild.yml;h=8e02ec9da75c803caa0dfd9b797ea6b892a13298;hb=68149a204f9da3462f15cc108b5efe7a054cd27b;hp=a08549c0c5c73357a3c9ec07fa10dcf9eab1d100;hpb=bd25a8192fc6d1340f89f0cf66b88e9e7bec192c;p=rust-lightning diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a08549c0..8e02ec9d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,16 @@ name: Continuous Integration Checks -on: [push, pull_request] +on: + push: + branches-ignore: + - master + pull_request: + branches-ignore: + - master + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: build: