Skip to content

Commit b913cb0

Browse files
authored
Adjusted to staging (#6)
1 parent 4ccdf9c commit b913cb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/stage_workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
Deploy:
2727
needs: Build
2828
environment:
29-
name: Development
29+
name: Stage
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Deploy to Stage

.github/workflows/unit_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- '**'
1111
# Remove the line above to run when pushing to master
1212
pull_request:
13-
branches: [master, dev]
13+
branches: [master, dev, stage]
1414

1515
###############
1616
# Set the Job #

0 commit comments

Comments
 (0)