Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #484 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 authored Oct 17, 2023
2 parents b68076f + e34a42f commit 12693dd
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/raft'
Expand Down

0 comments on commit 12693dd

Please sign in to comment.