Skip to content

Commit

Permalink
run workflows if Makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Dec 6, 2022
1 parent 4e2d30b commit 981f04d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI
on:
pull_request:
paths:
- Makefile
- 'src/**'
- 'spec/**'
- 'shard.*'
Expand All @@ -13,6 +14,7 @@ on:
branches:
- main
paths:
- Makefile
- 'src/**'
- 'spec/**'
- 'shard.*'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- .github/workflows/deb.yml
- Makefile
- Dockerfile.deb
- build/deb
- shard.lock
Expand All @@ -17,6 +18,7 @@ on:
paths:
- .github/workflows/deb.yml
- Dockerfile.deb
- Makefile
- build/deb
- shard.lock
- src/**
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- .github/workflows/docker.yml
- Makefile
- Dockerfile
- shard.lock
- src/**
Expand All @@ -16,6 +17,7 @@ on:
- 'v*'
paths:
- .github/workflows/docker.yml
- Makefile
- Dockerfile
- shard.lock
- src/**
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- .github/workflows/rpm.yml
- Makefile
- Dockerfile.rpm
- build/lavinmq.spec
- shard.lock
Expand All @@ -17,6 +18,7 @@ on:
- v*
paths:
- .github/workflows/rpm.yml
- Makefile
- Dockerfile.rpm
- build/lavinmq.spec
- shard.lock
Expand Down

0 comments on commit 981f04d

Please sign in to comment.