Skip to content

Commit

Permalink
main branch renamed to v1 (#593) (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRoesler committed Oct 13, 2023
1 parent 0f6d926 commit cda6e1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches: [ v1 ]
branches-ignore: "dependabot/**"
pull_request:
paths-ignore:
- '**.md'
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [ v1 ]
schedule:
- cron: '34 7 * * 1'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/file_formatting.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on:
push:
branches:
- main
- v1
pull_request:
branches:
- main
- v1

name: formatting
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on:
push:
branches:
- main
- v1
pull_request:
branches:
- main
- v1

name: golangci-lint
jobs:
Expand Down

0 comments on commit cda6e1c

Please sign in to comment.