chore: add example environment file and update deployment workflows
Some checks failed
Build and Test / run-test (20.x) (push) Has been cancelled

This commit is contained in:
2026-04-21 22:46:58 -03:00
parent 44f072efd2
commit 2881da4ac9
4 changed files with 22 additions and 0 deletions

View File

@@ -8,10 +8,13 @@ on:
pull_request:
branches:
- main
tags-ignore:
- 'ignore-ci'
jobs:
deploy:
runs-on: ubuntu-latest
if: git
steps:
- uses: actions/checkout@v4

View File

@@ -8,6 +8,8 @@ on:
push:
branches:
- main
tags-ignore:
- 'ignore-ci'
jobs:
deploy: