2020-07-21 20:22:47 +00:00
|
|
|
name: CI-push
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
2020-07-30 23:29:42 +00:00
|
|
|
branches:
|
2020-09-10 22:12:51 +00:00
|
|
|
- dev-v2.5
|
2020-07-21 20:22:47 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
|
|
|
- name: Run CI scripts
|
|
|
|
run: |-
|
|
|
|
sudo make ci
|
|
|
|
|
2020-09-10 22:12:51 +00:00
|
|
|
- uses: stefanzweifel/git-auto-commit-action@480e111bf8274f3bbd429aef51504f71c808e3e4
|
2020-07-21 20:22:47 +00:00
|
|
|
with:
|
|
|
|
commit_message: Generated changes
|