Skip to content

Commit 174824e

Browse files
authored
Merge patch into master (#35)
2 parents 60be6e0 + 9076e79 commit 174824e

File tree

3 files changed

+158
-4
lines changed

3 files changed

+158
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: ["master"]
5+
branches: ["master", "patch"]
66
pull_request:
7-
branches: ["master"]
7+
branches: ["master", "patch"]
88
workflow_dispatch: # to allow manual re-runs
99

1010
env:

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL checks"
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ "master", "patch" ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ master, "patch" ]
88
schedule:
99
- cron: '44 17 * * 3'
1010

0 commit comments

Comments
 (0)