Skip to content

Commit 218ed32

Browse files
Merge pull request #6 from LCSB-BioCore/pr-trigger-ci-builds
trigger CI build also for pull requests against master/develop
2 parents b34bc4d + bf8679f commit 218ed32

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- master
77
- develop
8+
tags: '*'
9+
pull_request:
10+
release:
11+
types: [published, created]
812

913
jobs:
1014
test:

0 commit comments

Comments
 (0)