We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ebf95 commit 4e1141cCopy full SHA for 4e1141c
1 file changed
.github/workflows/build-prod.yml
@@ -2,12 +2,12 @@ name: Production
2
3
on:
4
workflow_dispatch:
5
- # repository_dispatch:
6
- # types:
7
- # - method
8
- # - discipline
9
- # - resource
10
- # - article
+ repository_dispatch:
+ types:
+ - method
+ - discipline
+ - resource
+ - article
11
push:
12
paths:
13
- "web/**"
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
name: Build and deploy 11ty site to Digital Ocean
19
# name: Transform and load Sanity content as RDF then build and upload UX Methods
20
- if: ${{ github.ref == 'refs/heads/v2' }}
+ if: ${{ github.ref == 'refs/heads/main' }}
21
steps:
22
- name: Checkout Branch
23
uses: actions/checkout@v4
0 commit comments