Skip to content

Commit 8cd32a8

Browse files
authored
Update workflows (#1568)
1 parent 5f53be6 commit 8cd32a8

4 files changed

+7
-7
lines changed

.github/workflows/clang-tidy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Clang-tidy
33

44
on:
55
push:
6-
branches: [ master, 1.0Rommel ]
6+
branches: [ master ]
77
pull_request:
8-
branches: [ master, 1.0Rommel ]
8+
branches: [ master ]
99

1010
jobs:
1111
checkout-and-check-formatting:

.github/workflows/linux_codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name: "CodeQL"
77

88
on:
99
push:
10-
branches: [master, 1.0Rommel]
10+
branches: [master]
1111
pull_request:
1212
# The branches below must be a subset of the branches above
13-
branches: [master, 1.0Rommel]
13+
branches: [master]
1414
schedule:
1515
- cron: '0 16 * * 6'
1616

.github/workflows/linux_coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ env:
1010

1111
on:
1212
push:
13-
branches: [master, 1.0Rommel]
13+
branches: [master]
1414
pull_request:
1515
# The branches below must be a subset of the branches above
16-
branches: [master, 1.0Rommel]
16+
branches: [master]
1717

1818
jobs:
1919
analyze_main:

.github/workflows/windows_build_test_and_push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- [ master ]
66
pull_request:
77
branches:
8-
- [ master, 1.0Rommel ]
8+
- [ master ]
99

1010
jobs:
1111
build_test_and_publish:

0 commit comments

Comments
 (0)