Skip to content

Commit

Permalink
refactor: Update workflow file to run on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Jun 4, 2024
1 parent 73a7bef commit c0d4361
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- 'v*.*.*'
pull_request:
types: [closed]

jobs:
build-and-publish-image:
Expand Down

0 comments on commit c0d4361

Please sign in to comment.