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 authored Sep 1, 2023
1 parent e354924 commit cbf4921
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 cbf4921

Please sign in to comment.