run CI/CD on dev branch and tags

This commit is contained in:
hueso
2026-06-02 01:41:01 +00:00
committed by hueso
parent 9f04c09704
commit e182347f5e
+4 -2
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: