mirror of
https://github.com/g3rv4/GetMoarFediverse.git
synced 2024-11-07 08:14:04 +01:00
run build on main and don't error if I don't create a tag (#14)
This commit is contained in:
parent
47a3e4acd4
commit
8ec1c89309
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -2,6 +2,9 @@ name: build
|
||||
on:
|
||||
pull_request:
|
||||
types: [ synchronize, opened ]
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
1
.github/workflows/create-tag.yml
vendored
1
.github/workflows/create-tag.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
jobs:
|
||||
deployment:
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true
|
||||
environment: release
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user