Skip to content

Commit

Permalink
Trigger ci on workflow file change (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-selo authored Jan 23, 2024
1 parent cf5f1b9 commit 1d34991
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
tags: ["v*.*.*"]
paths:
- 'backend/**'
- '.github/workflows/publish_api.yml'

env:
REGISTRY: ghcr.io
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
tags: ["v*.*.*"]
paths:
- 'frontend/**'
- '.github/workflows/publish_frontend.yml'

env:
REGISTRY: ghcr.io
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- 'main'
paths:
- 'backend/**'
- '.github/workflows/test_backend.yml'
# Cancel inprogress runs if new commit pushed
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- 'main'
paths:
- 'frontend/**'
- '.github/workflows/test_frontend.yml'
# Cancel inprogress runs if new commit pushed
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 1d34991

Please sign in to comment.