Skip to content

Commit b4a56ce

Browse files
feat(github-action): add runs-on property
1 parent ca5a0d2 commit b4a56ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
CI: true
3030
# release for master branch
3131
release:
32+
runs-on: ubuntu-latest
3233
if: ${{ github.ref == 'master' }}
3334
needs: build
3435

@@ -39,6 +40,7 @@ jobs:
3940

4041
# release for PR branch
4142
releasePr:
43+
runs-on: ubuntu-latest
4244
if: ${{ startsWith(github.ref, 'refs/pull/') }}
4345
needs: build
4446

0 commit comments

Comments
 (0)