Skip to content

Commit bb331fc

Browse files
committed
Remove push to main as wf trigger, change pages to github-pages
1 parent faa45a7 commit bb331fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- labeled
1010

1111
push:
12-
branches: ['main']
1312
tags: '*'
1413

1514
workflow_dispatch:
@@ -20,7 +19,7 @@ permissions:
2019
id-token: write
2120

2221
concurrency:
23-
group: 'pages'
22+
group: 'github-pages'
2423
cancel-in-progress: false
2524

2625
jobs:

0 commit comments

Comments
 (0)