Skip to content

Commit

Permalink
update docker.yml build policy (WeBankBlockchain#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull authored Dec 8, 2024
1 parent 038c5cf commit f50f0d7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ on:
- "README.md"
tags:
- 'v3.*.*'
branches:
- main
- feature-milestone2
pull_request:
paths-ignore:
- "docs/**"
- "python/**"
- "Changelog.md"
- "README.md"
release:
types: [prereleased]

Expand All @@ -25,6 +28,7 @@ env:

jobs:
build_docker:
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit f50f0d7

Please sign in to comment.