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: jobs:
build: build:
name: Build name: Build
environment: staging environment: main
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

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