Skip to content

Commit

Permalink
Merge pull request #25 from rbaconsulting/build-pipelines
Browse files Browse the repository at this point in the history
Adjusting builds for new branching scheme
  • Loading branch information
gilbertaoe committed Apr 20, 2023
2 parents bce53e0 + 8e895ef commit 9097a1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI Build
on:
push:
branches: [ main ]
branches: [ "main", v* ]
pull_request:
branches: [ main ]
branches: [ "main", v* ]
jobs:
build:
runs-on: windows-latest
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
# supported CodeQL languages.
#
name: "CodeQL"

on:
push:
branches: [ "main", hotfixes/**, refs/tags/** ]
branches: [ "main", v*, refs/tags/** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main", hotfixes/** ]
branches: [ "main", v*, refs/tags/** ]
schedule:
- cron: '18 10 * * 6'

Expand Down

0 comments on commit 9097a1f

Please sign in to comment.