Skip to content

Commit 7d4097a

Browse files
authored
chore: enable test against main branch (#42)
1 parent 2f1c441 commit 7d4097a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ defaults:
2727
shell: bash
2828

2929
jobs:
30-
# Build job
3130
build:
3231
runs-on: ubuntu-latest
3332
env:
@@ -57,12 +56,10 @@ jobs:
5756
with:
5857
path: ./public
5958
- name: Test website pages
60-
if: github.event_name == 'pull_request'
6159
run: |
6260
nohup make all-dev &
6361
sleep 5
6462
make test
65-
6663
- name: Deploy
6764
uses: peaceiris/actions-gh-pages@v4
6865
# If you're changing the branch from main,

0 commit comments

Comments
 (0)