Skip to content

Commit 22fea6d

Browse files
authored
chore: trigger CI jobs on push
1 parent f45ee57 commit 22fea6d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: CI
22

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

95
# Cancel previous workflows on previous push
106
concurrency:

0 commit comments

Comments
 (0)