only run workflow on main branch
All checks were successful
Build / Deploy (push) Successful in 3m1s
All checks were successful
Build / Deploy (push) Successful in 3m1s
This commit is contained in:
parent
445069cbf8
commit
4eabb7517c
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
name: Build
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
Deploy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue