Skip to content

Commit

Permalink
chore: fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
qui-pham committed Aug 8, 2024
1 parent 0b00fcf commit b6cb041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
branches:
- feature/*
paths-ignore:
- server/*
- server/**
- .github/**
# Trigger without any parameters a proactive rebuild
workflow_dispatch: {}
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- feature/*
paths:
- server/*
- server/**
# Trigger without any parameters a proactive rebuild
workflow_dispatch: {}
workflow_call:
Expand Down

0 comments on commit b6cb041

Please sign in to comment.