Change workflow name and trigger to manual
This commit is contained in:
parent
5bdeccea1e
commit
8e2e24afe5
1 changed files with 2 additions and 3 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -1,8 +1,7 @@
|
||||||
name: Build and Deploy (Main)
|
name: Manual Build and Deploy
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches: ['master']
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue