Skip to content

Commit 9468947

Browse files
committed
Changed run trigger
1 parent 11f8a7f commit 9468947

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: Build vrpn_catkin (ROS1)
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- "master"
6+
pull_request:
7+
branches:
8+
- "master"
9+
schedule:
10+
- cron: '0 0 * * 0' # every Sunday at midnight
311

412
jobs:
513
build:

0 commit comments

Comments
 (0)