Skip to content

Commit

Permalink
limit docker-ci to relevant files and branches
Browse files Browse the repository at this point in the history
  • Loading branch information
m-adawi committed Jul 15, 2024
1 parent 486255b commit 51a864d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/docker-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ name: Build and push docker image
on:
push:
paths:
# - "**.go"
# - "go.mod"
# - "go.sum"
# - "Dockerfile"
- "**.go"
- "go.mod"
- "go.sum"
- "Dockerfile"
branches:
- main
- gin-server

jobs:
docker:
Expand Down
1 change: 0 additions & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
branches:
- main
- gin-server
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
Expand Down

0 comments on commit 51a864d

Please sign in to comment.