Skip to content

Commit

Permalink
Fix branch/tag conditional triggers being used together
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Dec 14, 2020
1 parent 354507e commit 6ebe615
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: "CI Pipeline"
on:
push:
branches:
- '*'
paths-ignore:
- '*.md'
- 'LICENSE'
tags-ignore:
- v*
- '*'
pull_request:
branches:
- develop
Expand Down

0 comments on commit 6ebe615

Please sign in to comment.