Skip to content

Commit

Permalink
update build.yml : execute on PR too (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcodelapierre authored Nov 24, 2023
1 parent d758993 commit adf439f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- '!refs/tags/.*'
tags-ignore:
- '*'
pull_request:
types: [opened, reopened, synchronize]

jobs:
linux-image:
Expand Down

0 comments on commit adf439f

Please sign in to comment.