Skip to content

Commit

Permalink
main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Mar 7, 2025
1 parent 5952e13 commit 27eae1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ concurrency:

jobs:
build:
uses: ./.github/composite/build-job.yml
uses: ./.github/composite/build-job.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
build:
uses: ./.github/composite/build-job.yml
uses: ./.github/composite/build-job.yml@main

publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 27eae1a

Please sign in to comment.