Skip to content

Commit 0b6671d

Browse files
authored
Update cron tasks for branches (#72)
1 parent 9e0b8b6 commit 0b6671d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/RavenClient.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ on:
33
schedule:
44
- cron: "0 10 * * 6"
55
push:
6-
branches: [ v5.4, v6.0 ]
6+
branches: [ v5.4, v6.0, v7.0 ]
77
pull_request:
8-
branches: [ v5.4, v6.0 ]
8+
branches: [ v5.4, v6.0, v7.0 ]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)