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 e2a5755 commit 88b54c3Copy full SHA for 88b54c3
.github/workflows/digger_workflow.yml
@@ -1,6 +1,11 @@
1
name: Digger Workflow
2
3
on:
4
+ pull_request:
5
+ branches: [ "main" ]
6
+ types: [ opened, synchronize ]
7
+ issue_comment:
8
+ types: [created]
9
workflow_dispatch:
10
inputs:
11
id:
0 commit comments