Skip to content

Commit

Permalink
ci: fix client-only build step; add permissions for PR title check
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Feb 13, 2024
1 parent 4b47d2a commit 34afe04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- run: pnpm i
- run: pnpm build --filter zebar --filter @zebar/client
- run: pnpm run --filter zebar --filter @zebar/client build

- uses: tauri-apps/tauri-action@v0
id: tauri
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-title-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
types: [opened, edited, synchronize, reopened]

permissions:
pull-requests: write

jobs:
pr-title-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 34afe04

Please sign in to comment.