Modify scope and synchronise workflows
All checks were successful
Build / Check format (push) Successful in 41s
Build / Build pacwrap (push) Successful in 1m37s

This commit is contained in:
Xavier Moffett 2024-10-06 23:09:26 -04:00
parent ffabc563e8
commit 27845d8188
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,8 @@ name: Build
on:
push:
branches:
- master
env:
CARGO_TERM_COLOR: always
@ -43,6 +45,8 @@ jobs:
uses: actions/checkout@v4
- name: Install toolchain
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- name: Set up environment
run: git config --global --add safe.directory '*'
- name: Build pacwrap
run: ./dist/tools/prepare.sh release && cargo build --release && ./dist/tools/package.sh release
- name: Lint pacwrap

View file

@ -5,7 +5,9 @@ on:
pull_request:
types:
- opened
branches:
- ready_for_review
- synchronize
branches:
- master
env: