Skip to content

Commit 2403149

Browse files
committed
Execute CI GitHub action on all pushes
1 parent 5611376 commit 2403149

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,9 +1,5 @@
11
name: Continuous Integration
2-
on:
3-
push:
4-
branches: [ $default-branch ]
5-
pull_request:
6-
branches: [ $default-branch ]
2+
on: [push]
73

84
jobs:
95
tests:

0 commit comments

Comments
 (0)