Skip to content

Commit 4e1141c

Browse files
committed
Move build-prod to main
1 parent 97ebf95 commit 4e1141c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-prod.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Production
22

33
on:
44
workflow_dispatch:
5-
# repository_dispatch:
6-
# types:
7-
# - method
8-
# - discipline
9-
# - resource
10-
# - article
5+
repository_dispatch:
6+
types:
7+
- method
8+
- discipline
9+
- resource
10+
- article
1111
push:
1212
paths:
1313
- "web/**"
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
name: Build and deploy 11ty site to Digital Ocean
1919
# name: Transform and load Sanity content as RDF then build and upload UX Methods
20-
if: ${{ github.ref == 'refs/heads/v2' }}
20+
if: ${{ github.ref == 'refs/heads/main' }}
2121
steps:
2222
- name: Checkout Branch
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)