Skip to content

Conversation

@whitelisab
Copy link
Contributor

Summary

The CI workflow was not running on branches containing slashes (e.g. feature/new-thing) due to the branch pattern using a single asterisk *.

I also noticed that the PR template was using the instructions from the issue template, so I updated the PR template to align with our template for other open source repos.

Description

Changed the branch pattern in .github/workflows/main.yaml from ['*'] to ['**'] to match branch names containing slashes. The ** wildcard matches all characters including forward slashes, while * only matches characters within a single path segment.

@whitelisab whitelisab requested a review from a team as a code owner December 2, 2025 16:33
@whitelisab whitelisab force-pushed the chore/gha-slash-branch-name branch from ee60200 to d057256 Compare December 3, 2025 21:22
@whitelisab whitelisab merged commit 1a378a4 into master Dec 3, 2025
17 checks passed
@whitelisab whitelisab deleted the chore/gha-slash-branch-name branch December 3, 2025 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants