summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-11-10 01:10:20 -0700
committerDan Allen <dan.j.allen@gmail.com>2020-11-10 01:10:20 -0700
commitc0769bc897504230e5f8a28cbb2eb3ce2bdeb030 (patch)
tree0dfe5f246c2724f06654f64f3ce195a7618ca721
parent2f62cb1ddf977669ab149259374568d7b1f4bacd (diff)
use full glob for branch and tag filter in CI workflow [skip ci]
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ebbfee7a..0abf6971 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
on:
push:
branches:
- - '*'
+ - '**'
tags-ignore:
- - '*'
+ - '**'
pull_request:
schedule:
- cron: '0 2 * * *'