Skip to content

Commit

Permalink
fix: Example workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Aug 16, 2024
1 parent ba720d8 commit f73058b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build_External_Rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build External Rock
on:
push:
paths:
- oci-factory_workflows/examples/Build_External_Rock.yaml
- .github/workflows/Build_External_Rock.yaml
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Test_EICAR_Rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Test EICAR Rock
on:
push:
paths:
- oci-factory_workflows/examples/Test_EICAR_Rock.yaml
- .github/workflows/Test_EICAR_Rock.yaml
workflow_dispatch:

jobs:
Expand Down

0 comments on commit f73058b

Please sign in to comment.