🔨 [STMT-6] 워크플로우 실행 테스트를 위한 ci-test.yml 생성 #13
Workflow file for this run
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: CI trigger | |
on: | |
pull_request: | |
branches: | |
- dev | |
- main | |
push: | |
branches: | |
- dev | |
jobs: | |
run-CI-workflow: | |
runs-on: ubuntu-latest | |
name: run CI workflow | |
steps: | |
- name: run | |
run: echo "this is a dummy workflow that triggers a workflow_run; it's necessary because otherwise the repo secrets will not be in scope for externally forked pull requests" |