Skip to content

Commit

Permalink
Enable build on pushes to the main branch and tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
sflanker committed Sep 2, 2024
1 parent a002b37 commit b8efad4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ permissions:
packages: write
on:
workflow_dispatch:
push:
branches:
- 'main'
tags: [ '*' ]
pull_request:
branches:
- main
Expand Down

0 comments on commit b8efad4

Please sign in to comment.