Skip to content

Commit

Permalink
Switch back to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChinchilla committed Apr 7, 2024
1 parent 8a551c5 commit 134dd6d
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 162 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
schedule:
- cron: "3 4 * * 1"

Expand Down
Loading

0 comments on commit 134dd6d

Please sign in to comment.