Skip to content

Commit 41983e0

Browse files
committed
generate file at each PR
1 parent c8b9f03 commit 41983e0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/file-merge.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Merge sql files
22

33
on:
4-
workflow_run:
5-
types:
6-
- completed
7-
workflows:
8-
# List all required workflow names here.
9-
- 'Automated CI testing'
4+
pull_request:
5+
workflow_dispatch:
6+
inputs:
7+
comment:
8+
description: Just a simple comment to know the purpose of the manual build
9+
required: false
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)