Skip to content

Commit 6990ab6

Browse files
added triggers on merge, on pull request and on push on main
1 parent c332455 commit 6990ab6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Rust Build and Test
33
on:
44
pull_request:
55
branches: [ main ]
6+
merge:
7+
branches: [ main ]
8+
push:
9+
branches: [ main ]
610

711
jobs:
812
build:

0 commit comments

Comments
 (0)