Merge pull request #21 from HideyoshiNakazone/fixes-ci/cd-branches

Fixes Branches and CI/CD Environments
This commit is contained in:
2023-08-13 16:52:22 -03:00
committed by GitHub
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: