Skip to content

Commit

Permalink
run CI on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Nov 19, 2020
1 parent 39c5fe7 commit 2ddf096
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: CI

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [ push, pull_request ]

jobs:
test:
Expand Down

0 comments on commit 2ddf096

Please sign in to comment.