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 725cf46 commit 6a68cf2Copy full SHA for 6a68cf2
.github/workflows/nodejs.yaml
@@ -2,9 +2,9 @@ name: Node Js app
2
3
on:
4
push:
5
- branches: main
+ workflow_dispatch:
6
jobs:
7
- build:
+ echo-Print:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v3
0 commit comments