Run ci on feature/ branches

This commit is contained in:
shamoon 2023-11-11 21:42:13 -08:00
parent 556cfd19b6
commit 428680b5df

View File

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