Skip to content

Commit c4d9925

Browse files
committed
chore: update workflows to remove test job and add debug workflow
1 parent c986461 commit c4d9925

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
# - develop
7+
- next
88

99
jobs:
1010
analyze:

.github/workflows/test.yml renamed to .github/workflows/debug.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: Test Lint and Build
1+
name: Debug
22

33
on:
44
push:
55
branches:
66
- main
7-
# - develop
7+
- next
88

99
jobs:
10-
test:
11-
name: Test
10+
debug:
11+
name: Debug
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repository

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
repository_dispatch:
55
types: [semantic-release]
66

7-
# workflow_dispatch:
8-
# release:
9-
# types: [created] # Runs only when a new GitHub Release is created
10-
117
permissions:
128
contents: read
139

@@ -64,8 +60,3 @@ jobs:
6460
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
6561
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6662
run: npx semantic-release
67-
68-
# - name: Publish to npm
69-
# run: pnpm publish --access public
70-
# env:
71-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)