Skip to content

Commit 8b8f3d8

Browse files
authored
chore: harden actions & run on main (#942)
1 parent 31ba40c commit 8b8f3d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Deploy to GitHub Pages
1+
name: Deploy Site to GitHub Pages
22

33
on:
44
push:
55
branches:
6-
- docs-upgrade
6+
- main
77
jobs:
88
build:
99
name: Build Astro site

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
17-
- uses: actions/setup-node@v5
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+
- uses: actions/setup-node@dbe1369d7be17e7823f8c1ee1ae8bec5779239dd # v3.9.0
1818
- run: npm ci
1919
- run: npm run lint

0 commit comments

Comments
 (0)