Skip to content

Commit

Permalink
maintain on main changes trigger to development env
Browse files Browse the repository at this point in the history
  • Loading branch information
josancamon19 committed Oct 9, 2024
1 parent 151e430 commit dfb5a09
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/gcp_backend.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Deploy Backend to Cloud RUN

#on:
# push:
# branches: [ "main", "development" ]
# paths:
# - 'backend/**'
on:
push:
branches: [ "main" ]
paths:
- 'backend/**'
workflow_dispatch:
inputs:
environment:
Expand Down

0 comments on commit dfb5a09

Please sign in to comment.