Skip to content

Commit

Permalink
Revert "Only run workflow on branch pushes, not tag pushes (#13)"
Browse files Browse the repository at this point in the history
This reverts commit 414a68f.
  • Loading branch information
elzik committed Nov 4, 2023
1 parent ba97653 commit ec41423
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Continuous Delivery

on:
push:
branches:
- "*"
push: {}
pull_request: {}
workflow_dispatch:
inputs:
Expand Down

0 comments on commit ec41423

Please sign in to comment.