Skip to content

Commit 66b15f8

Browse files
committed
fix: restore pull_request trigger to correct workflow execution sequence
1 parent c834faf commit 66b15f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-openstudio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: openstudio-docker
22

33
on:
44
push:
5-
pull_request:
65
branches:
76
- master
87
- develop
8+
pull_request:
99
workflow_dispatch:
1010
inputs:
1111
openstudio_version:

0 commit comments

Comments
 (0)