aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2023-01-11 20:52:42 -0800
committerEric Biggers <ebiggers@google.com>2023-01-11 20:52:42 -0800
commitf7c9a5ac365edc323fbe77b5e5d1afca82f4e40c (patch)
treed319c2967cbd0421a498032ffdc6ed11a4fe75d9
parentaa7b7fcf6f57169439e4f87bf28c70b0a98bec26 (diff)
downloadfsverity-utils-f7c9a5ac365edc323fbe77b5e5d1afca82f4e40c.tar.gz
ci.yml: run on push instead of pull_request
Signed-off-by: Eric Biggers <ebiggers@google.com>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 309013a..26032b3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,7 +6,7 @@
# https://opensource.org/licenses/MIT.
name: CI
-on: [pull_request]
+on: [push]
jobs:
static-linking-test: