Skip to content

Commit

Permalink
Reduce CI builds for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Mar 16, 2023
1 parent 73098b8 commit 7787a00
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: build
on: [push, pull_request]
on:
push:
branches:
- master
tags:
- v*
pull_request:


jobs:
ci:
Expand Down

0 comments on commit 7787a00

Please sign in to comment.