Skip to content

Commit 17678cd

Browse files
committed
feat(ci): always run CI workflow
1 parent e910810 commit 17678cd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/cont_integration.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
name: CI
1+
on: [push, pull_request]
22

3-
on:
4-
push:
5-
branches: [ "master" ]
6-
pull_request:
7-
branches: [ "master" ]
3+
name: CI
84

95
env:
106
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)