Skip to content

Commit

Permalink
Merge branch 'v2.0' into generalXmlStructs
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-primrose authored Oct 2, 2023
2 parents 5d2568e + 5ec768a commit e575f67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches: [ main, v2.0 ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [ main, v2.0 ]
schedule:
- cron: '26 23 * * 0'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: Go CI

on:
push:
branches: [main]
branches: [ main, v2.0]
pull_request:
branches: [main]
branches: [ main, v2.0]

permissions:
contents: read
Expand Down

0 comments on commit e575f67

Please sign in to comment.