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 f53126d commit 82924afCopy full SHA for 82924af
.github/workflows/build.yml
@@ -5,6 +5,9 @@ env:
5
6
# Controls when the workflow will run
7
on:
8
+ # Triggers the workflow on push or pull request events
9
+ push:
10
+
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
13
inputs:
0 commit comments