Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wildcard to include branch names with slashes #46

Merged
merged 1 commit into from
Jan 12, 2022

Conversation

greglittlefield-wf
Copy link
Contributor

From the GitHub Actions docs:

The * wildcard matches any character, but does not match slash (/).

The ** wildcard matches any character including slash (/) in branch and tag names.

This PR updates to use ** instead of * so that GitHub Actions run on all branches, as opposed to skipping branches containing slashes.

@aviary-wf
Copy link

Security Insights

No security relevant content was detected by automated scans.

Action Items

  • Review PR for security impact; comment "security review required" if needed or unsure
  • Verify aviary.yaml coverage of security relevant code

Questions or Comments? Reach out on Slack: #support-infosec.

Copy link
Contributor

@sydneyjodon-wk sydneyjodon-wk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+10

@Workiva/release-management-p

Copy link

@rmconsole-wf rmconsole-wf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 from RM

@rmconsole7-wk rmconsole7-wk merged commit db1c84f into master Jan 12, 2022
@rmconsole7-wk rmconsole7-wk deleted the fix-gh-actions-wildcard branch January 12, 2022 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants