Run ci on feature/ branches

pull/2311/head
shamoon 6 months ago
parent 556cfd19b6
commit 428680b5df

@ -9,7 +9,9 @@ on:
schedule:
- cron: '20 0 * * *'
push:
branches: [ "main" ]
branches:
- main
- feature/**
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
paths-ignore:

Loading…
Cancel
Save