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 782e0ed commit a3e2876Copy full SHA for a3e2876
.github/workflows/main.yml
@@ -3,15 +3,7 @@
3
name: CI
4
5
# Controls when the action will run.
6
-on:
7
- # Triggers the workflow on push or pull request events but only for the master branch
8
- push:
9
- branches: [ master ]
10
- pull_request:
11
12
-
13
- # Allows you to run this workflow manually from the Actions tab
14
- workflow_dispatch:
+on: [ push, pull_request, workflow_dispatch ]
15
16
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
17
jobs:
0 commit comments