chore: add example environment file and update deployment workflows
All checks were successful
Build and Test / run-test (20.x) (push) Successful in 53s

This commit is contained in:
2026-04-21 22:46:58 -03:00
parent 44f072efd2
commit 9cba72a6d6
5 changed files with 23 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: "!contains(github.event.pull_request.labels.*.name, 'skip-ci')"
steps:
- uses: actions/checkout@v4

View File

@@ -12,6 +12,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: "!contains(github.event.pull_request.labels.*.name, 'skip-ci')"
steps:
- uses: actions/checkout@v4