mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:41 -04:00
fix CI (#569)
* fix CI * fix CI * fix CI * fix CI * fix CI * fix CI * fix CI * fix CI
This commit is contained in:
6
.github/workflows/Linux_CI.yml
vendored
6
.github/workflows/Linux_CI.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: Linux_CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
7
.github/workflows/MacOS_CI.yml
vendored
7
.github/workflows/MacOS_CI.yml
vendored
@@ -4,7 +4,12 @@ name: MacOS_CI
|
||||
|
||||
# Controls when the action will run. Triggers the workflow on push or pull request
|
||||
# events but only for the master branch
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -2,8 +2,8 @@ name: "Code scanning - action"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'dependabot/**'
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 19 * * 0'
|
||||
|
||||
Reference in New Issue
Block a user