Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
run workflows only for dedicated branches
  • Loading branch information
MichaelsJP committed Feb 2, 2021
1 parent ab0cf16 commit 1ce5d07
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-tests.yml
@@ -1,6 +1,11 @@
name: tests

on: [pull_request]
on:
pull_request:
branches: '**'
push:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit 1ce5d07

Please sign in to comment.