Skip to content

Commit

Permalink
ci: re-add pull_request (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored Nov 21, 2024
1 parent 0f3c0c7 commit 6d80199
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Meson

on:
[push]
pull_request:
push:
branches:
- main

jobs:
nix-build-develop-gcc:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Nix build

on:
[push]
pull_request:
push:
branches:
- main

jobs:
flake-default:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/treefmt.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Check formatting with treefmt

on:
[push]
pull_request:
push:
branches:
- main

jobs:
treefmt:
Expand Down

0 comments on commit 6d80199

Please sign in to comment.