Skip to content

Commit 3075990

Browse files
authored
Add push trigger to autopilot workflow
Added push event trigger to the autopilot workflow.
1 parent fb7da14 commit 3075990

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/autopilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Autopilot
22

33
on:
4+
push:
45
workflow_dispatch:
56
schedule:
67
- cron: '0 0 * * 1' # Weekly on Monday

0 commit comments

Comments
 (0)