Skip to content

Commit

Permalink
CI stack: need to quote '*'
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Sep 22, 2021
1 parent 92bb6d5 commit a55ccce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: Stack build

on:
push:
branches: [ master, ci-* ]
tags: [ v* ]
branches: [ master, 'ci-*' ]
tags: [ 'v*' ]
pull_request:
types: [ opened, synchronize]

Expand Down

0 comments on commit a55ccce

Please sign in to comment.