Skip to content

Commit

Permalink
Update reusable-workflow-template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jumainfomagnus authored Jun 14, 2024
1 parent 33e227b commit ab6ba67
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/reusable-workflow-template.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
name: 04-1. Call Reusable Workflow Templates

on:
[workflow_dispatch]

on:
push:
branches: [main]
workflow_dispatch:



jobs:
call_dependencies_workflow_job:
needs: call_reusable_workflow_job
uses: jumainfomagnus/gh-abcs-actions/.github/workflows/job-dependencies.yml@main

call_greet_everyone_workflow_job:
uses: githubabcs/gh-abcs-actions/.github/workflows/greet-everyone.yml@main
with:
Expand Down

0 comments on commit ab6ba67

Please sign in to comment.