Skip to content

Commit

Permalink
workflows should be triggered by changes to their definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHess committed Sep 30, 2024
1 parent a64a272 commit d0e2111
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_config_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
branches:
- main
paths:
- '.github/workflows/build_config_server.yaml'
- 'config-server/**'
push:
branches:
- main
paths:
- '.github/workflows/build_config_server.yaml'
- 'config-server/**'

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_eureka_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
branches:
- main
paths:
- '.github/workflows/build_eureka_server.yaml'
- 'eureka-server/**'
push:
branches:
- main
paths:
- '.github/workflows/build_eureka_server.yaml'
- 'eureka-server/**'

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_springboot_admin_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
branches:
- main
paths:
- '.github/workflows/build_springboot_admin_server.yaml'
- 'spring-boot-admin/**'
push:
branches:
- main
paths:
- '.github/workflows/build_springboot_admin_server.yaml'
- 'spring-boot-admin/**'

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_uaa_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
branches:
- main
paths:
- '.github/workflows/build_uaa_server.yaml'
- 'uaa-server/**'
push:
branches:
- main
paths:
- '.github/workflows/build_uaa_server.yaml'
- 'uaa-server/**'

concurrency:
Expand Down

0 comments on commit d0e2111

Please sign in to comment.