Skip to content

Commit 165d6b8

Browse files
committed
Revert "ci: switch to $default-branch"
This reverts commit 37fc0ac.
1 parent 37fc0ac commit 165d6b8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Build and test pyfactxx
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [$default-branch, "wheels"]
6+
branches: [master, "wheels"]
77
pull_request:
8-
branches: [$default-branch, "wheels"]
8+
branches: [master, "wheels"]
99

1010
permissions:
1111
contents: read # access to check out code and install dependencies

.github/workflows/codacy-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Codacy Security Scan
22

33
on:
44
push:
5-
branches: [$default-branch]
5+
branches: [master]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [$default-branch]
8+
branches: [master]
99
schedule:
1010
- cron: "32 23 * * 5"
1111

.github/workflows/codeql-analysis.yml

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

33
on:
44
push:
5-
branches: [$default-branch]
5+
branches: [master]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [$default-branch]
8+
branches: [master]
99
schedule:
1010
- cron: "30 3 * * 0"
1111

0 commit comments

Comments
 (0)