Skip to content

Commit

Permalink
[WIP] Relax branch filtering to test on my forked repo and then later…
Browse files Browse the repository at this point in the history
… this one.
  • Loading branch information
aj-stein-nist committed Apr 12, 2022
1 parent 071e827 commit 23ac3da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/status-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ name: Metachema CI/CD
on:
push:
branches:
- main
- develop
- "release-*"
- "*"
pull_request:
branches:
- main
- develop
- "release-*"
- "*""
workflow_dispatch:
jobs:
validate-repo-markdown:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/workflow-validate-repo-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ on:
type: string
workflow_dispatch:
branches:
- main
- develop
- "release-*"
- "*"
inputs:
ignorePattern:
description: 'a pattern provided to grep for files/directories to ignore'
Expand Down

0 comments on commit 23ac3da

Please sign in to comment.