Skip to content

Commit 27eae1a

Browse files
committed
main branch
1 parent 5952e13 commit 27eae1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ concurrency:
1313

1414
jobs:
1515
build:
16-
uses: ./.github/composite/build-job.yml
16+
uses: ./.github/composite/build-job.yml@main

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
build:
14-
uses: ./.github/composite/build-job.yml
14+
uses: ./.github/composite/build-job.yml@main
1515

1616
publish:
1717
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)