Skip to content

Commit

Permalink
Merge pull request #3585 from matsim-org/FixDtdPublication
Browse files Browse the repository at this point in the history
Update trigger for DTD deployment job.
  • Loading branch information
jfbischoff authored Nov 26, 2024
2 parents 3f66f59 + 7be228c commit 22e891b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy-dtds.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: deploy-dtds-on-website

on:
push:
branches:
- master
pull_request:
types:
- closed
paths:
- matsim/src/main/resources/dtd
- 'matsim/src/main/resources/dtd/**'

jobs:
rsync-dtds:
if: github.event.pull_request.merged == true // only if PR closed by merging
name: sync DTDs to website
runs-on: ubuntu-latest

Expand Down

0 comments on commit 22e891b

Please sign in to comment.