Skip to content

Commit

Permalink
Fix Github actions running multiple times (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunvez committed Mar 9, 2021
1 parent 661e61a commit 5741e84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Rails tests

on: [push, pull_request]
on: [pull_request]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

### Bug fixes


## Others
### Others

- [#114](https://github.com/rootstrap/exception_hunter/pull/114) Fix development vulnerabilities ([@brunvez][])
- [#115](https://github.com/rootstrap/exception_hunter/pull/115) Fix Github actions running multiple times. ([@brunvez][])
- [#117](https://github.com/rootstrap/exception_hunter/pull/117) Fix specification on example for Manual tracking on the README ([@lalopsb][])

## 1.0.2 (2020-02-03)
Expand Down

0 comments on commit 5741e84

Please sign in to comment.