Skip to content

Commit

Permalink
ci: configure build.yml workflow run when a PR is created/updated
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagorodriguez96 committed Jan 26, 2024
1 parent b77634f commit c830e69
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 @@ -7,7 +7,11 @@

name: build

on: push
on:
push:
branches: [master]
pull_request:
types: [opened, synchronize]

jobs:
test:
Expand Down

0 comments on commit c830e69

Please sign in to comment.