fix: remove tag trigger and workflow dispatch from CI configuration
Some checks failed
Build App / build (push) Failing after 7m27s
Some checks failed
Build App / build (push) Failing after 7m27s
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
name: Build App
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user