We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b01f09 commit 1d7863dCopy full SHA for 1d7863d
1 file changed
.github/workflows/pr-build.yml
@@ -4,10 +4,11 @@ on:
4
pull_request:
5
branches:
6
- main
7
+ paths:
8
+ - 'website/**'
9
10
jobs:
11
build:
- if: github.head_ref == 'website'
12
runs-on: ubuntu-latest
13
14
steps:
0 commit comments