Skip to content

Commit

Permalink
testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DrInTech22 authored Dec 12, 2024
1 parent 02b5833 commit 3400e4c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name: Simple Workflow

on:
workflow_dispatch:
workflow_run:
workflows: ["Terraform Apply"]
types:
- completed
branches:
- infra_features
# workflow_run:
# workflows: ["Terraform Apply"]
# types:
# - completed
push:
branches:
- 'infra_features'
Expand Down

0 comments on commit 3400e4c

Please sign in to comment.