Skip to content

Commit f2f5abe

Browse files
committed
Temporarily disable publish action
1 parent e55d477 commit f2f5abe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
type: boolean
2222
default: false
2323
push:
24-
branches: [main]
24+
branches: [main-none]
2525

2626
jobs:
2727

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Run tests
22

33
on:
44
push:
5-
branches-ignore: [ main ]
5+
branches-ignore: [ main-none ]
66
pull_request:
7-
branches-ignore: [ main ]
7+
branches-ignore: [ main-none ]
88
workflow_call:
99
workflow_dispatch:
1010

0 commit comments

Comments
 (0)