Skip to content

Commit

Permalink
Trigger the workflow on push or pull request
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed May 26, 2020
1 parent 901f4d0 commit fc3d4aa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
@@ -1,11 +1,12 @@
name: CI

on:
pull_request:
branches:
- '*'
push:
branches-ignore:
- 'release-*'
tags-ignore:
- '*.*'
branches:
- master

jobs:

Expand Down

0 comments on commit fc3d4aa

Please sign in to comment.