Skip to content

Commit a9dbc1b

Browse files
committed
enable CI for my feature branch
1 parent a156f67 commit a9dbc1b

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: [master]
6-
pull_request:
7-
branches: [master]
3+
on: [push]
84

95
jobs:
106
test:

0 commit comments

Comments
 (0)