mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 14:44:01 +01:00
Ignore workflow runs on master branch
This master branch is just an alias to the main branch for legacy reasons, so there's no need to run workflows on both branches.
This commit is contained in:
parent
15050895fd
commit
f471a1b9da
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: Continuous Integration Checks
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- master
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user