Testing workflows
Some checks failed
Deploy Project / deploy (push) Failing after 4s
Testing / test (1.23.x, ubuntu-latest) (push) Successful in 48s

This commit is contained in:
2025-02-11 17:09:16 -05:00
parent b6d88a0ae8
commit 3d05c7de1d
3 changed files with 15 additions and 2 deletions

View File

@ -11,6 +11,7 @@ on:
paths-ignore: paths-ignore:
- 'README.md' - 'README.md'
# - '.github/**' # - '.github/**'
workflow_dispatch:
jobs: jobs:
build-and-push: build-and-push:

View File

@ -11,6 +11,7 @@ on:
paths-ignore: paths-ignore:
- 'README.md' - 'README.md'
# - '.github/**' # - '.github/**'
workflow_dispatch:
jobs: jobs:
deploy: deploy:
@ -32,5 +33,5 @@ jobs:
- name: SSH to the Prod env - name: SSH to the Prod env
shell: bash shell: bash
run: | run: |
ssh gitea@${{secrets.SSH_HOST}} ssh -tt gitea@${{secrets.SSH_HOST}}
whoiam whoiam

View File

@ -1,6 +1,17 @@
name: Testing name: Testing
on: [push, pull_request] on:
push:
branches: [develop]
paths-ignore:
- 'README.md'
# - '.github/**'
pull_request:
branches: [develop]
paths-ignore:
- 'README.md'
# - '.github/**'
workflow_dispatch:
jobs: jobs:
test: test: