Skip to content

Commit a21c602

Browse files
committed
.github: fix branch names
Signed-off-by: Christian Stewart <[email protected]>
1 parent 7cf1a36 commit a21c602

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/.tests.yml.swp

12 KB
Binary file not shown.

.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: [ "aperture" ]
5+
branches: [ "master" ]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [ "aperture" ]
8+
branches: [ "master" ]
99
schedule:
1010
- cron: '41 13 * * 6'
1111

.github/workflows/tests.yml

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

33
on:
44
push:
5-
branches: [ "aperture" ]
5+
branches: [ "master" ]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [ "aperture" ]
8+
branches: [ "master" ]
99

1010
# Builds images for target boards.
1111
permissions:

0 commit comments

Comments
 (0)