Skip to content

Commit

Permalink
Adding push condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanito87 committed Sep 29, 2023
1 parent 9ceccab commit 038fcda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
# pull_request can be removed, to save minutes on github runners
pull_request:
workflow_dispatch:
push:
branches:
- 'main'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 038fcda

Please sign in to comment.