Skip to content

Commit

Permalink
Trigger workflows when .env changes [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Jul 25, 2024
1 parent b3451ae commit f2dd6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/biotestmine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Biotestmine
on:
push:
paths:
- '.env'
- '.github/workflows/biotestmine.yml'
- 'intermine_builder/**'
- 'local.docker-compose.yml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/camchildmine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: CamCHILDMine
on:
push:
paths:
- '.env'
- '.github/workflows/camchildmine.yml'
- 'intermine_builder/**'
- 'local.docker-compose.yml'
Expand Down

0 comments on commit f2dd6c7

Please sign in to comment.