We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e280479 commit eaa97dbCopy full SHA for eaa97db
.github/workflows/ci-test.yml
@@ -1,6 +1,7 @@
1
name: CI Tests
2
3
on:
4
+ workflow_dispatch: # to allow contributors to trigger CI manually in their fork
5
push:
6
branches: [ main ]
7
pull_request:
0 commit comments