Skip to content

Commit 8ca9771

Browse files
authored
Fix build workflow dispatch rules (Kong#265)
1 parent 5e8f161 commit 8ca9771

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: Build
22

33
on:
44
push:
5+
branches:
6+
- master
7+
pull_request:
8+
types:
9+
- opened
10+
- synchronize
511
workflow_dispatch:
612

713
jobs:

0 commit comments

Comments
 (0)