Skip to content

Commit

Permalink
Fix it so CI runs on branches with '/' in name (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm authored Apr 15, 2022
1 parent 732ab98 commit d99142e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: CI

on:
push:
branches:
- "*"
- "!main"
branches-ignore:
- 'main'

env:
BUILDER_VERSION: v0.8.29
Expand Down

0 comments on commit d99142e

Please sign in to comment.