Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jecklgamis committed Dec 20, 2023
1 parent f1a0dbd commit 9ae11fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Build
on:
push:
branches: [ main ]
pull_request:
tags:
- v*
pull_request:
types: [ opened, reopened ]
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9ae11fa

Please sign in to comment.