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 73635b4 commit 05b6434Copy full SHA for 05b6434
.github/workflows/on-merge-main.yml
@@ -1,10 +1,10 @@
1
-name: "Validate and Deploy"
+name: "Verify and Deploy"
2
on:
3
push:
4
branches:
5
- main
6
jobs:
7
- "Validate and Deploy":
+ verify_and_deploy:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v3
.github/workflows/verify-pull-request.yml
@@ -1,7 +1,7 @@
name: "Verify Pull Request"
on: pull_request
- "Verify Pull Request":
+ verify_pull_request:
0 commit comments