Skip to content

Commit

Permalink
Fix events on CI workflow
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Sep 12, 2020
1 parent 371daeb commit 9a44578
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: ci

on:
push:
branches: master
tags:
- 'v*.*.*'
branches:
- master
pull_request:
branches: master
branches:
- master

jobs:
git-context:
Expand Down

0 comments on commit 9a44578

Please sign in to comment.