We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccf6b6 commit a7bb320Copy full SHA for a7bb320
.github/workflows/publish.yml
@@ -2,9 +2,6 @@
2
name: Publish NPM Package
3
4
on:
5
- push:
6
- branches:
7
- - '*'
8
pull_request:
9
# tags:
10
# - 'v*'
.github/workflows/publish-test.yml .github/workflows/test.yml.github/workflows/publish-test.yml renamed to .github/workflows/test.yml
@@ -1,10 +1,7 @@
1
# ⚠️ THIS WORKFLOW IS THE TRUSTED PUBLISHER CONFIGURED ON NPMJS.COM, DO NOT RENAME OR DELETE THIS FILE ⚠️
-name: '!! Publish NPM Package --- TEST ---'
+name: Test to debug CI
jobs:
@@ -15,5 +12,5 @@ jobs:
15
12
needs: build-and-test
16
13
runs-on: ubuntu-latest
17
14
steps:
18
- - name: 'Test Publish Step 2'
19
- run: echo "This is a test publish step 2."
+ - name: 'Test Debug'
+ run: echo "This is a test debug step."
0 commit comments