Skip to content

Commit

Permalink
ci: don't run on "pull_request"
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Nov 15, 2024
1 parent 7683220 commit 5514090
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Meson

on:
[push, pull_request]
[push]

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

on:
[push, pull_request]
[push]

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

on:
[push, pull_request]
[push]

jobs:
treefmt:
Expand Down

0 comments on commit 5514090

Please sign in to comment.