Skip to content

Commit

Permalink
[fix] Fixed github actions process
Browse files Browse the repository at this point in the history
  • Loading branch information
yoneyan committed Nov 18, 2023
1 parent a3476bf commit b7faf48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: Publish Docker image(dev)

on:
push:
branches:
- develop
paths:
- '.github/**'
- 'files/**'
- 'jpnic_admin/**'
- 'manage.py'
- 'Dockerfile'
- 'requirements.txt'

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/build-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name: Publish Docker image(prod)

on:
push:
branches:
- master
tags:
- 'v*'
- "v[0-9]+.[0-9]+.[0-9]+"
paths:
- '.github/**'
- 'files/**'
- 'jpnic_admin/**'
- 'manage.py'
- 'Dockerfile'
- 'requirements.txt'

Expand Down

0 comments on commit b7faf48

Please sign in to comment.