Skip to content

Commit

Permalink
Don't build so much
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Jan 31, 2024
1 parent 54640b5 commit 59bdd76
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,6 +1,13 @@
name: Build master

on: [push, pull_request]
on:
# Runs only on pushes to the default branch or pull requests to the default branch
push:
branches:
- master
pull_request:
branches:
- master

jobs:

Expand Down

0 comments on commit 59bdd76

Please sign in to comment.