Skip to content

Commit ae0060c

Browse files
authored
Merge pull request #98 from fgont/simplify-workflow
Streamline workflows
2 parents 7d58b12 + 05d53e3 commit ae0060c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ on:
1515
push:
1616
branches:
1717
- '**'
18-
pull_request:
19-
# The branches below must be a subset of the branches above
20-
branches:
21-
- '**'
18+
2219
schedule:
2320
- cron: '20 16 * * 3'
2421

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches:
66
- '**'
7-
pull_request:
8-
branches:
9-
- '**'
107

118
jobs:
129
UbuntuLatest:

0 commit comments

Comments
 (0)