Skip to content

Commit

Permalink
Fix github actions push/pr triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
9prady9 committed Jan 28, 2020
1 parent 353ba6c commit 5cb3f5b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/pull_request.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master

name: Pull Request
name: ci

jobs:
build_test:
Expand Down

0 comments on commit 5cb3f5b

Please sign in to comment.