Skip to content

Commit

Permalink
Limit Application Deployment workflow to master branch (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Feb 28, 2024
1 parent 8c2c282 commit 81cb1d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/application_deployment.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: CI/CD Back & Front
name: Application Deployment

on:
workflow_run:
workflows:
- "Application E2E Tests"
types:
- completed
branches:
- master

jobs:
push_to_registry:
Expand Down

0 comments on commit 81cb1d6

Please sign in to comment.