We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902b507 commit 65bfacfCopy full SHA for 65bfacf
1 file changed
.github/workflows/static.yml
@@ -1,17 +1,12 @@
1
# Simple workflow for deploying static content to GitHub Pages
2
name: Deploy static content to Pages
3
4
-# on:
5
-# # Runs on pushes targeting the default branch
6
-# push:
7
-# branches: ["master"]
8
-# pull_request:
9
-# branches:
10
-# - '*'
11
-on:
+# Runs on pushes targeting the default branch
12
push:
+ branches: ["master"]
+ pull_request:
13
branches:
14
- - '**'
+ - '*'
15
16
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
17
@@ -59,7 +54,7 @@ jobs:
59
54
60
55
deploy-s3:
61
56
needs: build
62
- # if: github.ref == 'refs/heads/master'
57
+ if: github.ref == 'refs/heads/master'
63
58
runs-on: ubuntu-latest
64
steps:
65
- name: Checkout
0 commit comments