We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb12a59 commit c9bc9b1Copy full SHA for c9bc9b1
.github/workflows/tests.yaml
@@ -1,6 +1,10 @@
1
name: Quick tests against our own repository
2
3
-on: [ push ]
+on:
4
+ push:
5
+
6
+ # Allow workflow to be manually run from the GitHub UI
7
+ workflow_dispatch:
8
jobs:
9
check_dry_run_no_branches:
10
runs-on: ubuntu-latest
0 commit comments