Skip to content

Commit 7dd3257

Browse files
committed
Trigger on changes to 2.x branch
1 parent ffa3960 commit 7dd3257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
trigger-workflow:
5050
runs-on: ubuntu-latest
51-
if: github.ref == 'refs/heads/2.x' && contains(github.event.head_commit.modified, 'docs/')
51+
if: github.ref == 'refs/heads/2.x'
5252
steps:
5353
- name: Trigger site workflow
5454
run: |

0 commit comments

Comments
 (0)