Skip to content

Commit 38cd4ad

Browse files
authored
update github action (#184)
1 parent f50f0d7 commit 38cd4ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
- "python/**"
1414
- "Changelog.md"
1515
- "README.md"
16+
types:
17+
- closed
1618
release:
1719
types: [prereleased]
1820

@@ -28,7 +30,7 @@ env:
2830

2931
jobs:
3032
build_docker:
31-
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
33+
if: github.event.pull_request.merged == true || github.event_name == 'push'
3234
runs-on: ubuntu-latest
3335
steps:
3436
- name: Checkout

0 commit comments

Comments
 (0)