Skip to content

Commit

Permalink
chore: run the automated build on any push instead of for specific br…
Browse files Browse the repository at this point in the history
…anches
  • Loading branch information
trusktr committed Jun 23, 2023
1 parent a0413f3 commit 2484a64
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

name: build and tests

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

jobs:
build:
Expand Down

0 comments on commit 2484a64

Please sign in to comment.