Skip to content

Commit cbcd66a

Browse files
authored
Update CI workflow to include pull requests (#33)
Previously CI would run only on pushes to your own repo. With this change, it will work for PRs from forks too.
1 parent ccd772d commit cbcd66a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/vmactions.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI
22

3-
on: [push]
3+
on:
4+
push:
5+
branches: [main, master]
6+
pull_request:
47

58
env:
69
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)