Skip to content

Commit

Permalink
Merge pull request TeamNewPipe/NewPipe#5795 from TeamNewPipe/ci-only-…
Browse files Browse the repository at this point in the history
…on-master

Fix: CI only on dev
  • Loading branch information
TobiGr authored and tossj committed Apr 21, 2021
1 parent 0675d25 commit af01535
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: CI

on: [push, pull_request]
on:
pull_request:
branches:
- dev
push:
branches:
- dev
- master

jobs:
build-and-test:
Expand Down

0 comments on commit af01535

Please sign in to comment.