Skip to content

Commit 4e51083

Browse files
update
1 parent 731b973 commit 4e51083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bb-masking.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Bytebase Masking Policy Update
22
on:
33
pull_request:
4-
types: [opened, synchronize, reopened]
4+
types: [closed]
55
branches:
66
- main
7-
- develop
87
workflow_dispatch:
98

109
jobs:
1110
bytebase-masking:
11+
if: github.event.pull_request.merged == true
1212
runs-on: ubuntu-latest
1313
permissions:
1414
pull-requests: write

0 commit comments

Comments
 (0)