Skip to content

Commit

Permalink
Fix GitHub Action configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vpaturet committed Dec 10, 2024
1 parent 2c148ed commit bbb6eb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
- name: Upload artifact
uses: actions/[email protected]
with:
path: target
path:
- target
- chouette_iev/target

docker-build:
if: github.repository_owner == 'entur' && github.event_name == 'push' && github.ref == 'refs/heads/rutebanken_develop'
Expand Down

0 comments on commit bbb6eb5

Please sign in to comment.