We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51abdb commit 24f8b98Copy full SHA for 24f8b98
.github/workflows/verify.yaml
@@ -0,0 +1,15 @@
1
+# This file is managed by baton-admin. Do not edit directly.
2
+name: Verify
3
+
4
+on:
5
+ pull_request:
6
+ types: [opened, reopened, synchronize]
7
+ push:
8
+ branches:
9
+ - main
10
11
+jobs:
12
+ verify:
13
+ uses: ConductorOne/github-workflows/.github/workflows/verify.yaml@v4
14
+ with:
15
+ ref: ${{ github.event.pull_request.head.sha || github.sha }}
0 commit comments