Skip to content

Commit ff292d5

Browse files
committed
chore: run on every push
1 parent b0ff94b commit ff292d5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

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

3-
on:
4-
pull_request:
5-
push:
6-
branches: master
3+
on: [pull_request, push]
4+
#push:
5+
# branches: master
76

87
env:
98
#RUSTFLAGS: "-Dwarnings"

0 commit comments

Comments
 (0)