We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8d9ad commit 4105089Copy full SHA for 4105089
.github/workflows/main.yml
@@ -1,9 +1,10 @@
1
# GitHub Actions (.github/workflows/main.yml)
2
name: Node.js CI
3
on:
4
- pull_request:
+ - pull_request:
5
branches:
6
- main
7
+ - workflow_dispatch
8
9
jobs:
10
build:
0 commit comments