* fix CI

* fix CI

* fix CI

* fix CI

* fix CI

* fix CI

* fix CI

* fix CI
This commit is contained in:
Atsushi Sakai
2021-11-17 22:58:23 +09:00
committed by GitHub
parent 6f309828ba
commit 137e372db1
5 changed files with 23 additions and 10 deletions

View File

@@ -1,6 +1,10 @@
name: Linux_CI
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
jobs:
build:

View File

@@ -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:

View File

@@ -2,8 +2,8 @@ name: "Code scanning - action"
on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
pull_request:
schedule:
- cron: '0 19 * * 0'