We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c15cdb commit df1e4efCopy full SHA for df1e4ef
1 file changed
.github/workflows/build.yaml
@@ -1,5 +1,5 @@
1
name: Build
2
-on: [push, pull_request]
+on: [push, pull_request, release]
3
jobs:
4
build:
5
runs-on: ubuntu-latest
@@ -52,7 +52,7 @@ jobs:
52
- run: find build-folder -type d -exec chmod 755 {} \;
53
- run: find build-folder -type f -exec chmod 644 {} \;
54
- name: Deploy to GitHub Pages
55
- if: github.event_name == 'create' && github.event.ref_type == 'tag'
+ if: github.event_name == 'release'
56
uses: JamesIves/github-pages-deploy-action@releases/v3
57
with:
58
BRANCH: gh-pages
0 commit comments