Skip to content

Commit

Permalink
added triggers on merge, on pull request and on push on main
Browse files Browse the repository at this point in the history
  • Loading branch information
codeitlikemiley committed Dec 18, 2023
1 parent c332455 commit 6990ab6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Rust Build and Test
on:
pull_request:
branches: [ main ]
merge:
branches: [ main ]
push:
branches: [ main ]

jobs:
build:
Expand Down

0 comments on commit 6990ab6

Please sign in to comment.