Skip to content

Commit

Permalink
Use fewer CI resources on each PR push (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed authored Sep 28, 2024
1 parent 1fe2eef commit 2f91cfe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

jobs:
build-macos:
Expand Down

0 comments on commit 2f91cfe

Please sign in to comment.