Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
.github: fix branch names
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Dec 24, 2023
1 parent 7cf1a36 commit a21c602
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added .github/workflows/.tests.yml.swp
Binary file not shown.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "CodeQL"

on:
push:
branches: [ "aperture" ]
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "aperture" ]
branches: [ "master" ]
schedule:
- cron: '41 13 * * 6'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Tests

on:
push:
branches: [ "aperture" ]
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "aperture" ]
branches: [ "master" ]

# Builds images for target boards.
permissions:
Expand Down

0 comments on commit a21c602

Please sign in to comment.