Skip to content

Commit b761d74

Browse files
also run when hook dependencies are updated
1 parent 49e4b36 commit b761d74

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
push:
99
branches:
1010
- main
11+
- hook-dependencies-update
1112
pull_request:
1213
branches:
1314
- main

.github/workflows/end-to-end.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ on:
22
pull_request:
33
branches:
44
- '*'
5+
push:
6+
branches:
7+
- hook-dependencies-update
58

69
name: end-2-end
710

.github/workflows/hook-tests-legacy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ on:
22
pull_request:
33
branches:
44
- '*'
5+
push:
6+
branches:
7+
- hook-dependencies-update
58

69

710
name: Legacy hook tests

.github/workflows/hook-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ on:
22
pull_request:
33
branches:
44
- '*'
5+
push:
6+
branches:
7+
- hook-dependencies-update
58

69

710
name: Hook tests

0 commit comments

Comments
 (0)