Fixes Branches and CI/CD Environments

This commit is contained in:
2023-08-13 16:51:42 -03:00
parent cc236b7598
commit 4e9ea290b7
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build
environment: staging
environment: main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

View File

@@ -3,7 +3,7 @@ name: remote ssh command
on:
push:
branches:
- "staging"
- staging
jobs:
build: