Skip to content

Commit 02d2282

Browse files
committed
Allow testing feature branches on forks, enable UI trigger
1 parent e9caf43 commit 02d2282

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-
pull_request:
5-
branches: [main]
6-
push:
7-
branches: [main]
3+
on: [push, pull_request, workflow_dispatch]
84

95
permissions: {}
106

0 commit comments

Comments
 (0)