mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-08 11:22:10 +03:00
github/push-checks: Run on any branch except main, stable, beta, releases
This commit is contained in:
parent
841ae2006e
commit
8bacbf77ff
7
.github/workflows/push-checks.yml
vendored
7
.github/workflows/push-checks.yml
vendored
@ -9,7 +9,12 @@ name: Push-Checks
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ develop ]
|
# We'll catch issues on `develop` or any PR branch.
|
||||||
|
branches-ignore:
|
||||||
|
- 'main'
|
||||||
|
- 'stable'
|
||||||
|
- 'releases'
|
||||||
|
- 'beta'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user