run CI/CD on dev branch and tags

This commit is contained in:
hueso
2026-05-09 02:26:42 +00:00
committed by hueso
parent 9f04c09704
commit e182347f5e

View File

@@ -2,8 +2,10 @@ name: Deploy to IPFS
on:
push:
branches: [main]
tags: ['v*']
branches: [main, develop]
tags: ['*']
pull_request:
branches: [main, develop]
workflow_dispatch:
concurrency: