Skip to content

Commit e4ade1b

Browse files
committed
Merge branch 'main' of https://github.com/sapmentors/reCAP
2 parents c68affd + 1933bf4 commit e4ade1b

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

.github/workflows/build-deploy-recap.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: build and publish reCAP website
22

3+
# make it manual
34
on:
4-
push:
5-
branches:
6-
- main
7-
paths:
8-
- "static/**"
5+
workflow_dispatch:
6+
# push:
7+
# branches:
8+
#- main
9+
#paths:
10+
#- "static/**"
911
jobs:
1012
build:
1113
runs-on: ubuntu-latest

.github/workflows/deploy-manual.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
name: Deploy call for speakers site to GitHub Pages
22

3-
# Action must be triggered manually (for now)
4-
on:
5-
workflow_dispatch:
3+
# parked: Action must be triggered manually (for now)
4+
# on:
5+
# workflow_dispatch:
66

7+
# automate it
8+
on:
9+
push:
10+
branches:
11+
- main
12+
713
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
814
permissions:
915
contents: read

0 commit comments

Comments
 (0)