Skip to content

Commit 674b4b2

Browse files
committed
Removes redundant runs
1 parent d150b3b commit 674b4b2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: .github/workflows/codeql-analysis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ master, ]
5+
branches:
6+
- master
67
pull_request:
7-
# The branches below must be a subset of the branches above
8-
branches: [ master ]
8+
branches:
9+
- master
910
# schedule:
1011
# - cron: '0 4 * * 5'
1112

Diff for: .github/workflows/commit.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- '**'
8-
pull_request:
9-
branches:
10-
- '**'
7+
- develop
8+
- master
9+
1110

1211
concurrency:
1312
group: ${{ github.ref }}-${{ github.workflow }}

0 commit comments

Comments
 (0)