Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
qtc-de committed Dec 23, 2023
1 parent 2f73e9a commit b9ded8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/example-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ on:
- develop
paths:
- 'docker/example-server/resources/server/**'
- '.github/workflows/example-server.yml'

pull_request:
branches:
- master
- develop
paths:
- 'docker/example-server/resources/server/**'
- '.github/workflows/example-server.yml'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/spring-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ on:
- develop
paths:
- 'docker/spring-remoting/resources/server/**'
- '.github/workflows/spring-server.yml'

pull_request:
branches:
- master
- develop
paths:
- 'docker/spring-remoting/resources/server/**'
- '.github/workflows/spring-server.yml'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ssrf-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ on:
- develop
paths:
- 'docker/ssrf-server/resources/server/**'
- '.github/workflows/ssrf-server.yml'

pull_request:
branches:
- master
- develop
paths:
- 'docker/ssrf-server/resources/server/**'
- '.github/workflows/ssrf-server.yml'

jobs:
build:
Expand Down

0 comments on commit b9ded8c

Please sign in to comment.