Skip to content

Commit

Permalink
fix(build/test) Switching back to build on push (Kong#2032)
Browse files Browse the repository at this point in the history
* Testing out [skip netlify]

* testing adjusting commit selector [skip netlify]

* testing out yet another change

* Reverting
  • Loading branch information
lena-larionova authored May 13, 2020
1 parent cff8f50 commit 7ecf3cd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Build and Test
on:
pull_request:
types: ready_for_review
on: [push]
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v2
- name: Clean environment and files
Expand Down

0 comments on commit 7ecf3cd

Please sign in to comment.