We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c68affd + 1933bf4 commit e4ade1bCopy full SHA for e4ade1b
.github/workflows/build-deploy-recap.yml
@@ -1,11 +1,13 @@
1
name: build and publish reCAP website
2
3
+# make it manual
4
on:
- push:
5
- branches:
6
- - main
7
- paths:
8
- - "static/**"
+ workflow_dispatch:
+ # push:
+ # branches:
+ #- main
9
+ #paths:
10
+ #- "static/**"
11
jobs:
12
build:
13
runs-on: ubuntu-latest
.github/workflows/deploy-manual.yml
@@ -1,9 +1,15 @@
name: Deploy call for speakers site to GitHub Pages
-# Action must be triggered manually (for now)
-on:
- workflow_dispatch:
+# parked: Action must be triggered manually (for now)
+# on:
+# workflow_dispatch:
+# automate it
+on:
+ push:
+ branches:
+ - main
+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
14
permissions:
15
contents: read
0 commit comments