Skip to content

Commit

Permalink
build now runs on pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj committed Mar 5, 2024
1 parent 5bdcd65 commit 8a0aa43
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Build

on:
push:
branches:
- master
tags:
- v**
pull_request:
on: [push, pull_request]

jobs:
build-and-deploy:
Expand Down

0 comments on commit 8a0aa43

Please sign in to comment.