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 <[email protected]>
  • Loading branch information
tamalsaha committed May 26, 2020
1 parent c80a723 commit 14024ab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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 14024ab

Please sign in to comment.