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 a9e491c commit 3eb46c6Copy full SHA for 3eb46c6
.github/workflows/test.yml
@@ -1,6 +1,12 @@
1
+# This is a GitHub workflow defining a set of jobs with a set of steps.
2
+# ref: https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions
3
+#
4
name: Test
5
-on: [push, pull_request]
6
+on:
7
+ pull_request:
8
+ push:
9
+ workflow_dispatch:
10
11
jobs:
12
pre-commit:
0 commit comments