8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3071734 commit acc0e9aCopy full SHA for acc0e9a
.github/workflows/ci.yml
@@ -2,9 +2,16 @@ name: CI
2
3
on:
4
push:
5
- branches: ["master", "patch"]
+ branches:
6
+ - master
7
+ - patch
8
pull_request:
9
10
11
12
+ - 'feat/**'
13
+ - 'fix/**'
14
+ - 'janitor/**'
15
workflow_dispatch: # to allow manual re-runs
16
17
env:
.github/workflows/codeql-analysis.yml
@@ -2,9 +2,16 @@ name: "CodeQL checks"
- branches: [ "master", "patch" ]
- branches: [ master, "patch" ]
schedule:
- cron: '44 17 * * 3'
0 commit comments