Skip to content

Commit

Permalink
only build packages on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Nov 8, 2023
1 parent 93b10bc commit 6b1c654
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/arch_pkgs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: PKGBUILD CI

on: [push, pull_request]
on:
tags:
- '*'

jobs:
build-packages:
Expand Down

0 comments on commit 6b1c654

Please sign in to comment.