Skip to content

Commit

Permalink
fix(gh-actions): disable on pull request (#1519)
Browse files Browse the repository at this point in the history
fix(gh-actions): disable on pull request
  • Loading branch information
moul committed Nov 15, 2019
2 parents f76e94b + f4a3411 commit c7b778b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/js.yaml
Expand Up @@ -3,9 +3,6 @@ on:
push:
paths:
- 'js/**'
pull_request:
paths:
- 'js/**'

jobs:
js-generate:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
@@ -1,5 +1,5 @@
name: Main
on: [push, pull_request]
on: push

jobs:
go-docker:
Expand Down

0 comments on commit c7b778b

Please sign in to comment.