We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a66738 commit 7025ff1Copy full SHA for 7025ff1
.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: Build site
2
3
on:
4
push:
5
- branches: [ "dev" ]
+ branches: [ "main" ]
6
pull_request:
7
types:
8
- opened
@@ -18,7 +18,7 @@ env:
18
jobs:
19
build_and_deploy:
20
runs-on: ubuntu-latest
21
- if: github.ref == 'refs/heads/dev'
+ if: github.ref == 'refs/heads/main'
22
steps:
23
- name: Check out repository
24
uses: actions/checkout@v4
@@ -29,7 +29,7 @@ jobs:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
preview:
31
32
- if: github.ref != 'refs/heads/dev'
+ if: github.ref != 'refs/heads/main'
33
34
- name: Checkout
35
@@ -40,4 +40,4 @@ jobs:
40
BUILD_ONLY: true
41
BUILD_FLAGS: --drafts
42
BUILD_THEMES: false
43
- CHECK_LINKS: true
+ CHECK_LINKS: true
0 commit comments