Skip to content

Commit

Permalink
Merge pull request #537 from cole-miller/fix-publish
Browse files Browse the repository at this point in the history
Only publish to the PPA from master
  • Loading branch information
cole-miller committed Oct 17, 2023
2 parents d16ac97 + 02f71b4 commit 09108b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build PPA source packages
on:
- push
push:
branches:
- master
jobs:
build:
if: github.repository == 'canonical/dqlite'
Expand Down

0 comments on commit 09108b8

Please sign in to comment.