File tree Expand file tree Collapse file tree 2 files changed +4
-18
lines changed
Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ concurrency:
1111 group : ${{ github.ref }}-ci
1212 cancel-in-progress : true
1313
14- permissions :
15- contents : none
16- security-events : none # Required for uploading SARIF files
17-
1814jobs :
1915 build-and-test :
2016 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 22name : Publish NPM Package
33
44on :
5- pull_request :
6- # tags:
7- # - 'v*'
8-
9- # permissions:
10- # id-token: write # Required for OIDC
11- # packages: write
12- # contents: read
13- # security-events: write # Required for uploading SARIF files
5+ push :
6+ tags :
7+ - ' v*'
148
159jobs :
1610 build-and-test :
2216 id-token : write # Required for OIDC
2317 packages : write
2418 contents : read
25- # uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected] 26- runs-on : ubuntu-latest
27- steps :
28- - name : ' Test Publish Step'
29- run : echo "This is a test publish step."
19+ uses :
iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
You can’t perform that action at this time.
0 commit comments