Skip to content

Commit

Permalink
test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Sep 10, 2024
1 parent fb621f5 commit 9911c88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: Make Repository

on:
workflow_dispatch:
push:
branches:
- main
Expand Down Expand Up @@ -31,7 +30,7 @@ jobs:

- name: Makepkg Build and Check
id: makepkg
uses: https://github.com/bodsch/pkgbuild-action@v2
uses: bodsch/pkgbuild-action@v2
with:
makepkgArgs: "--skippgpcheck --noconfirm"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Makepkg Build and Check
id: makepkg
uses: Pinghigh/pkgbuild-action@v5
uses: bodsch/pkgbuild-action@v2
with:
makepkgArgs: "--skippgpcheck --noconfirm"

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ Release.gpg
*~
*.swp
.directory
icingadb*Release
icingadb*Release.sig
icingadb*pkg.tar.zst

0 comments on commit 9911c88

Please sign in to comment.