run build on main and don't error if I don't create a tag (#14)

This commit is contained in:
Gervasio Marchand 2022-12-20 18:30:45 -08:00 committed by GitHub
parent 47a3e4acd4
commit 8ec1c89309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,9 @@ name: build
on: on:
pull_request: pull_request:
types: [ synchronize, opened ] types: [ synchronize, opened ]
push:
branches:
- main
jobs: jobs:
build: build:

View File

@ -8,6 +8,7 @@ on:
jobs: jobs:
deployment: deployment:
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true
environment: release environment: release
steps: steps:
- name: Checkout - name: Checkout