Skip to content

Commit

Permalink
Merge pull request #5795 from TeamNewPipe/ci-only-on-master
Browse files Browse the repository at this point in the history
Fix: CI only on dev
  • Loading branch information
TobiGr committed Mar 9, 2021
2 parents 70f421b + 3a61ab5 commit 4c31636
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 4c31636

Please sign in to comment.