Skip to content

Commit

Permalink
Run action tests on image-ci pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf committed May 29, 2023
1 parent c71bf98 commit 21a04e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-insecure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Safety Action Insecure Tests

on:
push:
branches: [main, develop]
branches: [main, develop, image-ci]

jobs:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Safety Action Secure Tests

on:
push:
branches: [main, develop]
branches: [main, develop, image-ci]

jobs:
matrix:
Expand Down

0 comments on commit 21a04e8

Please sign in to comment.