Skip to content

Commit

Permalink
fix action triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
gessfred committed Jan 13, 2024
1 parent 66406c1 commit 9a0697e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: API CI
on:
push:
branches: [ "main" ]
paths:
- 'api/**'
- .github/workflows/api.yml
pull_request:
branches: [ "main" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ main ]
paths:
- 'reports/**'
- .github/workflows/**
- .github/workflows/reporting.yml

jobs:
build:
Expand Down

0 comments on commit 9a0697e

Please sign in to comment.