Skip to content

Commit 69bbcfd

Browse files
committed
Fix Github actions not running
1 parent 909c141 commit 69bbcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ci.yml renamed to .github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22

33
on:
4-
pull_request:
4+
pull_request: {}
55
push:
66
# Filtering branches here prevents duplicate builds from pull_request and push
77
branches:

0 commit comments

Comments
 (0)