Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #168 from KyleMcMaster/KyleMcMaster-patch-2
Browse files Browse the repository at this point in the history
Update CI/CD
  • Loading branch information
KyleMcMaster authored Jun 17, 2024
2 parents 7b9f867 + 5cf540c commit 0c8f2ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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: [ master ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main ]
schedule:
- cron: '00 15 * * 3'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/policy-dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
pull_request:
branches:
- main
push:
branches: [ main ]

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/policy-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request:
branches:
- main
push:
branches: [ main ]

env:
NODE_VERSION: "16.x" # set this to the node version to use
Expand Down

0 comments on commit 0c8f2ae

Please sign in to comment.