1
0
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:
Athanasius 2022-12-23 15:11:56 +00:00
parent 841ae2006e
commit 8bacbf77ff
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -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: