Skip to content

Commit

Permalink
revert test pr
Browse files Browse the repository at this point in the history
  • Loading branch information
phips28 committed Sep 30, 2020
1 parent 82b369b commit b461582
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- "master"
pull_request:
branches: [ master ]

jobs:
bump-version:
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,5 @@ Toolkit.run(async tools => {
tools.log.fatal(e)
tools.exit.failure('Failed to bump version')
}
// Test for PR
tools.exit.success('Version bumped!')
})

0 comments on commit b461582

Please sign in to comment.