Skip to content

Commit

Permalink
naming updates
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixcoded20 committed Feb 23, 2024
1 parent b20fb3d commit 8f49d56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
name: Node - SSH deploy
name: Stage Deploy

# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches:
- stage*
pull_request:
types:
- closed
branches:
- stage*
# pull_request:
# types:
# - closed
# branches:
# - stage*

jobs:
if_merged:
if: github.event.pull_request.merged == true
Stage_deploy:
# if_merged:
# if: github.event.pull_request.merged == true
name: 🎉 Deploy
runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node - SSH deploy
name: Prod deploy

# Controls when the action will run.
on:
Expand Down

0 comments on commit 8f49d56

Please sign in to comment.