summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-04-08 11:57:13 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-04-08 11:57:13 +0200
commit741d13fe42dbfd59270db8b9802ee613c83dccb9 (patch)
tree16fbe52dea80eae36ca6e70b3d38b9e7dd592854
parent80a6e128e1102f1f8aee0e566c7386aec3760b7d (diff)
downloadcurl-bagder/githib-actions-filter-pushs.tar.gz
fuzz.yml: adapt to the same branch rulesbagder/githib-actions-filter-pushs
-rw-r--r--.github/workflows/fuzz.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml
index ca149d988..f46fa6c4e 100644
--- a/.github/workflows/fuzz.yml
+++ b/.github/workflows/fuzz.yml
@@ -1,6 +1,15 @@
name: CI
-on: [push, pull_request]
+on:
+ # Trigger the workflow on push or pull requests, but only for the
+ # master branch
+ push:
+ branches:
+ - master
+ - '*/ci'
+ pull_request:
+ branches:
+ - master
jobs:
fuzzing: