Skip to content

Merge pull request #141 from takuma11248250/feature/fix_makefile_of_i… #23

Merge pull request #141 from takuma11248250/feature/fix_makefile_of_i…

Merge pull request #141 from takuma11248250/feature/fix_makefile_of_i… #23

Workflow file for this run

name: Push to main
on:
push:
branches:
- main
jobs:
changes:
uses: ./.github/workflows/changes.yaml
permissions:
pull-requests: read
e2e_tests:
needs: changes
uses: ./.github/workflows/e2e.yaml
if: needs.changes.outputs.e2e == 'true'
secrets: inherit