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: on:
push: push:
branches: [main] branches: [main, develop]
tags: ['v*'] tags: ['*']
pull_request:
branches: [main, develop]
workflow_dispatch: workflow_dispatch:
concurrency: concurrency: