Skip to content

Commit 36aeb6a

Browse files
Run workflow on pushes to save cache (#420)
1 parent 310b286 commit 36aeb6a

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/humble-ci-pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
branches:
77
- humble
8+
push:
9+
branches:
10+
- humble
811

912
jobs:
1013
pre-commit:

.github/workflows/jazzy-ci-pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
branches:
77
- jazzy
8+
push:
9+
branches:
10+
- jazzy
811

912
jobs:
1013
pre-commit:

.github/workflows/rolling-ci-pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
branches:
77
- ros2-master
8+
push:
9+
branches:
10+
- ros2-master
811

912
jobs:
1013
pre-commit:

0 commit comments

Comments
 (0)