Skip to content

Commit

Permalink
ci(publish): add master branch to publish workflow
Browse files Browse the repository at this point in the history
Update publish workflow to include the master branch for triggering.
  • Loading branch information
tfkhdyt committed Feb 18, 2024
1 parent 4224c57 commit 3f5dde9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish to AUR
on:
push:
branches:
- master
paths:
- PKGBUILD
jobs:
Expand Down

0 comments on commit 3f5dde9

Please sign in to comment.