Skip to content

Commit

Permalink
Update matrix-from-previous-job-output-3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored May 25, 2024
1 parent 07d0afd commit a5f8e69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/matrix-from-previous-job-output-3.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: matrix-from-previous-job-output-3

on:
pull_request:
push:
branches:
- main

jobs:
# From https://github.com/dorny/paths-filter
Expand All @@ -12,6 +15,8 @@ jobs:
include: ${{ steps.set-matrix.outputs.include }}
steps:
- uses: actions/checkout@v4
# Deploy each app to dev for pull request
# Deploy each app to both prod and dev for push (main)
- name: set matrix
id: set-matrix
run: |
Expand Down

0 comments on commit a5f8e69

Please sign in to comment.