8000 GitHub - NSCoder/regex-filter: Action allow to filter GitHub references (GITHUB_REF) using bash pattern matching.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NSCoder/regex-filter

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Regex Filter Action

Action allow to filter GitHub references (GITHUB_REF) using bash pattern matching. (more info)

Usage

An example workflow to filter a branch by either master or staging:

workflow "Filter workflow by master or staging branch" {
  on = "push"
  resolves = "filter branch"
}

action "filter branch" {
  uses = "juankaram/regex-filter@master"
  needs = "push"
  args = ["refs/heads/(master|staging)"]
}

Attribution

Heavily inspired by GitHub Actions.

License

The Dockerfile and associated scripts and documentation in this project are released under the MIT License.

About

Action allow to filter GitHub references (GITHUB_REF) using bash pattern matching.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0