Skip to content

Commit

Permalink
change main to master in the workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongi committed Mar 4, 2024
1 parent 306b5a4 commit 2d825e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
types: [released]
jobs:
call-lint:
uses: jasongi/collectfasta/.github/workflows/lint.yml@main
uses: jasongi/collectfasta/.github/workflows/lint.yaml@master
secrets: inherit
call-test-suite:
uses: jasongi/collectfasta/.github/workflows/test-suite.yml@main
uses: jasongi/collectfasta/.github/workflows/test-suite.yaml@master
secrets: inherit
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2d825e7

Please sign in to comment.