Browse Source

ci(github): run CI builds on all branches except excluded ones

master
jamaljsr 5 years ago
committed by GitHub
parent
commit
419c40c88c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/main.yml

1
.github/workflows/main.yml

@ -9,6 +9,7 @@ on:
- 'ci/*' - 'ci/*'
pull_request: pull_request:
branches: branches:
- '*'
- '!translations' - '!translations'
- '!renovate/*' - '!renovate/*'
- '!release/*' - '!release/*'

Loading…
Cancel
Save