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

Update CI/CD #168

Merged
merged 3 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading