mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 08:34:18 +01:00
gha: Only run on pushes to master
Otherwise PRs from branches to master always spawn duplicate jobs.
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -7,14 +7,9 @@ concurrency:
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
schedule:
|
||||
# Schedule a test once a day so we check compatibility with the
|
||||
# upstream c-lightning master
|
||||
- cron: '0 17 * * *'
|
||||
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
name: Test PY=${{ matrix.python-version }}, DEV=${{ matrix.developer }}, EXP=${{ matrix.experimental }}, DEP=${{ matrix.deprecated }}
|
||||
|
||||
Reference in New Issue
Block a user