We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b9f03 commit 41983e0Copy full SHA for 41983e0
1 file changed
.github/workflows/file-merge.yml
@@ -1,12 +1,12 @@
1
name: Merge sql files
2
3
on:
4
- workflow_run:
5
- types:
6
- - completed
7
- workflows:
8
- # List all required workflow names here.
9
- - 'Automated CI testing'
+ pull_request:
+ workflow_dispatch:
+ inputs:
+ comment:
+ description: Just a simple comment to know the purpose of the manual build
+ required: false
10
11
jobs:
12
build:
0 commit comments