Skip to content

Commit

Permalink
Main (#14)
Browse files Browse the repository at this point in the history
## Summary by Sourcery

CI:
- Update CI workflow configuration to trigger on 'master' branch instead
of 'main'.
  • Loading branch information
CrzyHAX91 authored Dec 12, 2024
2 parents 3054c60 + 8e845cd commit c3d914b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/njsscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ name: njsscan sarif

on:
push:
branches: [ "main" ]
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
branches: [ "master" ]
schedule:
- cron: '31 0 * * 5'

Expand Down

0 comments on commit c3d914b

Please sign in to comment.