Skip to content

Commit

Permalink
Merge pull request #51 from vdice/ci/build-on-pushes-to-main
Browse files Browse the repository at this point in the history
ci(build.yml): also run on pushes to main
  • Loading branch information
endocrimes authored May 16, 2024
2 parents ffe0423 + 8011573 commit 813e715
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
Expand Down

0 comments on commit 813e715

Please sign in to comment.