We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9fe5c0 commit f2ece6dCopy full SHA for f2ece6d
.github/static.yml
@@ -7,11 +7,9 @@
7
name: Deploy Jekyll site to Pages
8
9
on:
10
- # Runs on pushes targeting the default branch
11
push:
12
- branches: [$default-branch]
13
-
14
- # Allows you to run this workflow manually from the Actions tab
+ branches:
+ - main
15
workflow_dispatch:
16
17
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
0 commit comments