Skip to content

Commit a7bb320

Browse files
committed
chore: Debug CI
1 parent 6ccf6b6 commit a7bb320

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
name: Publish NPM Package
33

44
on:
5-
push:
6-
branches:
7-
- '*'
85
pull_request:
96
# tags:
107
# - 'v*'
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# ⚠️ THIS WORKFLOW IS THE TRUSTED PUBLISHER CONFIGURED ON NPMJS.COM, DO NOT RENAME OR DELETE THIS FILE ⚠️
2-
name: '!! Publish NPM Package --- TEST ---'
2+
name: Test to debug CI
33

44
on:
5-
push:
6-
branches:
7-
- '*'
85
pull_request:
96

107
jobs:
@@ -15,5 +12,5 @@ jobs:
1512
needs: build-and-test
1613
runs-on: ubuntu-latest
1714
steps:
18-
- name: 'Test Publish Step 2'
19-
run: echo "This is a test publish step 2."
15+
- name: 'Test Debug'
16+
run: echo "This is a test debug step."

0 commit comments

Comments
 (0)