Skip to content

Commit

Permalink
ci: update master -> main, fix codeql wf name
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed Nov 20, 2024
1 parent f145155 commit c40b9ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- 'master'
- 'main'
pull_request:

jobs:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
# permissions:
# # allow goreleaser to access the Releases API
# contents: write
# # Checks if this is a merge into the master(main) and creates a new release if yes.
# # Checks if this is a merge into the main and creates a new release if yes.
# if: github.event_name != 'pull_request'
# needs: [test, lint, goreleaser-check]
# runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "CoeQL"
name: "CodeQL"

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main ]
schedule:
- cron: '31 15 * * 0'

Expand Down

0 comments on commit c40b9ee

Please sign in to comment.