Skip to content

Commit

Permalink
Allow CI triggered by branches containing / [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi authored and josephwright committed Oct 23, 2023
1 parent f7ccd31 commit e0cedee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Create release

# We create releases for all new tags
# We create releases for all new tags that don't contain '/' in their names
on:
push:
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# Whenever someone pushes to a branch in our repo
push:
branches:
- "*"
- "**"
# Whenever a pull request is opened, reopened or gets new commits.
pull_request:
# This implies that for every push to a local branch in our repo for which a
Expand Down

0 comments on commit e0cedee

Please sign in to comment.