ci: run on all branches *except* stable

This commit is contained in:
sam 2024-01-07 04:04:41 +01:00
parent 40672d6d41
commit 4308bd4d98
No known key found for this signature in database
GPG Key ID: B4EF20DDE721CAA1
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
when: when:
branch: main branch:
exclude: stable
steps: steps:
check: check:

View File

@ -1,5 +1,6 @@
when: when:
branch: main branch:
exclude: stable
steps: steps:
check: check: