build: main branch and tag push only
This commit is contained in:
parent
dcd8481e2f
commit
894fd6274f
@ -1,5 +1,10 @@
|
||||
name: Build and Deploy
|
||||
on: [ push ]
|
||||
name: Build and Publish
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user