Skip to content

Commit d81d4ec

Browse files
authored
Merge pull request #27 from freeswitch/gha
[GHA] Build FSE on PR merge
2 parents f2fee26 + 9af3085 commit d81d4ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
${{
5353
github.event.pull_request.head.repo.full_name == github.repository ||
5454
github.actor == github.repository_owner ||
55-
github.actor.belongs_to_organization
55+
github.actor.belongs_to_organization ||
56+
github.event.pull_request.merged == true
5657
}}
5758
permissions:
5859
id-token: write

0 commit comments

Comments
 (0)