Skip to content

Commit

Permalink
Merge branch 'matsim-org:master' into kmt_mergeLogisticsProjectIntoMA…
Browse files Browse the repository at this point in the history
…TSim
  • Loading branch information
kt86 authored Nov 27, 2024
2 parents 74d4d11 + cd907df commit a6b9004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-dtds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ on:

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

steps:
- uses: actions/checkout@v4
- name: rsync dtds
uses: burnett01/[email protected]
with:
Expand Down

0 comments on commit a6b9004

Please sign in to comment.