Skip to content

Commit

Permalink
removed stars from workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnak Saxena <[email protected]>
  • Loading branch information
ronnaksaxena committed Sep 7, 2023
1 parent 9c567ee commit 79f68e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-security-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Security Test Workflow
on:
pull_request:
branches:
- "**"
- "*"
push:
branches:
- "*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Security test workflow
on:
pull_request:
branches:
- "**"
- "*"
push:
branches:
- "*"
Expand Down

0 comments on commit 79f68e5

Please sign in to comment.