Skip to content

Commit

Permalink
Merge pull request #57 from qtc-de/develop
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
qtc-de authored Dec 23, 2023
2 parents 0ace9c0 + b9ded8c commit 1bd5dd6
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 1bd5dd6

Please sign in to comment.