Skip to content

Commit

Permalink
fix: trigger ci on both master, develop and ft
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Cappa <[email protected]>
  • Loading branch information
Ks89 committed Jan 16, 2023
1 parent 9cffe05 commit c1fe55c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ on:
paths-ignore:
- '**.md'
- '**.MD'
branches: [ "master" ]
branches:
- "master"
- "develop"
- "ft**"
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "master" ]
branches:
- "master"
- "develop"
# To run the workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit c1fe55c

Please sign in to comment.