Skip to content

Commit

Permalink
Tidy up automatic packaging of version tags as
Browse files Browse the repository at this point in the history
release created is late.
  • Loading branch information
pdvrieze committed Dec 14, 2023
1 parent 1f1f22d commit 2428017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-packages.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Create and publish a package
on:
release:
types: [ created ]
push:
branches:
- 'dev'
tags:
- v[0-9]*
workflow_dispatch:
jobs:
create-staging-repository:
Expand Down

0 comments on commit 2428017

Please sign in to comment.