mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 16:27:13 +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:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
# We'll catch issues on `develop` or any PR branch.
|
||||
branches-ignore:
|
||||
- 'main'
|
||||
- 'stable'
|
||||
- 'releases'
|
||||
- 'beta'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user