Skip to content

Commit

Permalink
workflow URLs: master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed May 30, 2022
1 parent 6b25bed commit aec606c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ env:

jobs:
lint:
uses: NicTool/.github/.github/workflows/lint.yml@master
uses: NicTool/.github/.github/workflows/lint.yml@main

coverage:
uses: NicTool/.github/.github/workflows/coverage.yml@master
uses: NicTool/.github/.github/workflows/coverage.yml@main
secrets: inherit

test:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ 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: '18 7 * * 4'

jobs:
codeql:
uses: NicTool/.github/.github/workflows/codeql.yml@master
uses: NicTool/.github/.github/workflows/codeql.yml@main
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: publish
on:
push:
branches:
- master
- main
paths:
- package.json

Expand All @@ -12,5 +12,5 @@ env:

jobs:
publish:
uses: NicTool/.github/.github/workflows/publish.yml@master
uses: NicTool/.github/.github/workflows/publish.yml@main
secrets: inherit

0 comments on commit aec606c

Please sign in to comment.