2020-07-21 20:22:47 +00:00
|
|
|
name: CI-push
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
2020-07-30 23:29:42 +00:00
|
|
|
branches:
|
2020-09-09 23:22:15 +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-09 23:22:15 +00:00
|
|
|
- uses: stefanzweifel/git-auto-commit-action@5c3c72f20e9a64b08dbca7257ca6d88ac7d07be8
|
2020-07-21 20:22:47 +00:00
|
|
|
with:
|
|
|
|
commit_message: Generated changes
|
2020-09-09 23:22:15 +00:00
|
|
|
branch: dev-v2.5-assets
|
|
|
|
file_pattern: assets/ index.html index.yaml
|