Merge pull request #412 from twz123/dependabot/npm_and_yarn/typescrip… #877
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Re-run workflows for incoming PRs | |
on: | |
push: | |
branches: | |
- '**' | |
jobs: | |
trigger_ci: | |
name: Trigger CI | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
with: | |
persist-credentials: false | |
- name: Trigger CI | |
uses: ./ | |
with: | |
workflow: CI |