Kev*_*OUX 14 yaml pipeline github github-actions
我创建了一个管道,我想每次推送任何分支时触发
有我的default.yml
:
name: default
on:
push:
branches:
- '*'
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: CocoaPod Install
run: pod install
- name: Force xcode version
run: sudo xcode-select -switch /Applications/Xcode_11.2.1.app
- name: Build
run: ./pipelines.sh build
Run Code Online (Sandbox Code Playgroud)
当我把这个推到github上时,我遇到了这个错误
没有定义事件触发器
on
归档时间: |
|
查看次数: |
20188 次 |
最近记录: |