Skip to content

Fix wildcard to include branch names with slashes#725

Merged
rmconsole3-wf merged 1 commit intomasterfrom
greglittlefield-wf-patch-3
Jan 12, 2022
Merged

Fix wildcard to include branch names with slashes#725
rmconsole3-wf merged 1 commit intomasterfrom
greglittlefield-wf-patch-3

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
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

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