Skip to content

Commit

Permalink
remove CI release.yml, run unit tests on PR merge (#434)
Browse files Browse the repository at this point in the history
* delete release.yml, unit test on pr close

* unit test on push
  • Loading branch information
luketchang authored Sep 4, 2023
1 parent 27cb1b5 commit cea0c32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Build and Test Packages
on:
pull_request:
types: [opened, synchronize]
on: [push]
jobs:
build-and-test:
runs-on: ubuntu-latest
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit cea0c32

Please sign in to comment.