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
|
name: Build App
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
branches:
|
||||||
- "v*"
|
- main
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user