Skip to content

Commit

Permalink
update triggers and list syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Sep 20, 2023
1 parent 97af3b5 commit 1e477d6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test_on_schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ on:
# We also want this workflow triggered if the `Weekly CI` label is
# added or present when PR is updated
types:
- synchronize
- opened
- reopened
- labeled
- unlabeled
- synchronize
push:
tags: "*"
tags:
- "*"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 1e477d6

Please sign in to comment.