Skip to content

Commit 0b9f520

Browse files
authored
chore: Fix ci workflow
1 parent 89e919f commit 0b9f520

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: CI
33

44
on:
55
push:
6+
branches:
7+
- main
8+
- renovate/**
69
pull_request:
710

811
env:
@@ -65,7 +68,7 @@ jobs:
6568

6669
website:
6770
name: Test build website
68-
if: ${{ github.event.issue.pull_request }}
71+
if: github.ref != 'refs/heads/main'
6972
runs-on: ubuntu-latest
7073

7174
steps:

0 commit comments

Comments
 (0)