Skip to content

Commit

Permalink
Merge pull request #193 from fewtarius/main
Browse files Browse the repository at this point in the history
Enable and test automated building (but not mirroring or sync).
  • Loading branch information
fewtarius authored Feb 27, 2025
2 parents 30a0073 + e25a7c2 commit 3ce2028
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Automated Package Build and Sync

on:
workflow_dispatch:
# push:
# paths:
# - 'PKGBUILD/**'
push:
paths:
- 'PKGBUILD/**'

jobs:
build_and_sync:
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD/ectool/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=ectool
pkgver=1.0
pkgrel=1
pkgrel=2
pkgdesc="A simple tool for manipulating the embedded controller."
arch=('any')
url="https://review.coreboot.org/coreboot/util/ectool"
Expand Down

0 comments on commit 3ce2028

Please # to comment.