Skip to content

Commit

Permalink
run workflow for PRs (#1156)
Browse files Browse the repository at this point in the history
* run workflow for PRs

* only run on push to master
  • Loading branch information
hipstersmoothie authored Feb 5, 2023
1 parent 2f7c68e commit e234232
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
@@ -1,6 +1,10 @@
name: build

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

# Enabled permissions on GITHUB_TOKEN
permissions:
Expand Down

0 comments on commit e234232

Please sign in to comment.