1
0
mirror of https://github.com/Jguer/yay synced 2024-07-08 20:36:24 +00:00

fix(ci): run ci on all PRs (#1884)

* fix devel sysupgrade

* fix ci stuck on .po
This commit is contained in:
Jo 2023-01-03 19:35:44 +00:00 committed by GitHub
parent 47b1428a25
commit 86bba8a289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 11 deletions

View File

@ -9,11 +9,7 @@ jobs:
strategy:
matrix:
arch:
[
"linux/amd64 x86_64",
"linux/arm/v7 armv7h",
"linux/arm64 aarch64",
]
["linux/amd64 x86_64", "linux/arm/v7 armv7h", "linux/arm64 aarch64"]
name: Build ${{ matrix.arch }}
runs-on: ubuntu-latest
steps:

View File

@ -1,11 +1,6 @@
name: Test against pacman
on:
pull_request:
paths-ignore:
- "doc/**"
- "**/*.po"
- "README.md"
- ".gitignore"
jobs:
build:
@ -24,4 +19,4 @@ jobs:
- name: Lint
run: /app/bin/golangci-lint run ./...
- name: Run Build and Tests
run: make test
run: make test