Skip to content

Commit

Permalink
Update build-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bkelly16 authored Nov 4, 2024
1 parent 8025d77 commit d7da016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Packages
on:
push:
branches:
- build
- main
tags:
- 'v*.*.*'
jobs:
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
run: update-repositories ${{github.workspace}}
- name: Publish Repository
if: startsWith(github.ref, 'refs/tags/')
run: publish-repo
run: publish-repo

0 comments on commit d7da016

Please sign in to comment.