Skip to content

Commit 027fa34

Browse files
committedJul 25, 2022
Fix website workflows for other branches
1 parent 452726f commit 027fa34

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎.github/workflows/algolia-integrity.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
pull_request:
44
paths:
55
- 'website/**'
6+
branches:
7+
- master
68
jobs:
79
algolia-records-check:
810
runs-on: ubuntu-latest

‎.github/workflows/website-integrity.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
pull_request:
44
paths:
55
- 'website/**'
6+
branches:
7+
- master
68
jobs:
79
website-check:
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
Please sign in to comment.