Skip to content

Commit 32910ad

Browse files
authored
Merge pull request #506 from M4xymm/v7.1
Update RavenClient.yml to target v7.1 branch for push and pull_request events
2 parents 99b4134 + eb771ed commit 32910ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/RavenClient.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: tests/node
22

33
on:
44
push:
5-
branches: [ v7.0 ]
5+
branches: [ v7.1 ]
66
pull_request:
7-
branches: [ v7.0 ]
7+
branches: [ v7.1 ]
88
schedule:
99
- cron: '0 10 * * *'
1010
workflow_dispatch:

0 commit comments

Comments
 (0)