Skip to content

Commit 0f3c0c7

Browse files
authored
ci: don't run on "pull_request" (#618)
1 parent 7683220 commit 0f3c0c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Meson
22

33
on:
4-
[push, pull_request]
4+
[push]
55

66
jobs:
77
nix-build-develop-gcc:

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Nix build
22

33
on:
4-
[push, pull_request]
4+
[push]
55

66
jobs:
77
flake-default:

.github/workflows/treefmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check formatting with treefmt
22

33
on:
4-
[push, pull_request]
4+
[push]
55

66
jobs:
77
treefmt:

0 commit comments

Comments
 (0)