Skip to content

Commit

Permalink
Trigger CI on branches containing "/"
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi committed May 2, 2024
1 parent 89767f2 commit d9a0a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.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
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 d9a0a87

Please sign in to comment.