Skip to content

Commit 370eab8

Browse files
run Release workflow only on master
1 parent 8f5cacc commit 370eab8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- '**' # TODO: master only
6+
- master
77

88
jobs:
99
doc:
@@ -17,8 +17,6 @@ jobs:
1717
context: .
1818
target: docs-site
1919
outputs: type=local,dest=.
20-
- name: log output
21-
run: ls -la ./site
2220
- name: Deploy docs to GitHub Pages
2321
if: github.ref == 'refs/heads/master'
2422
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)