mirror of
https://github.com/bakhirev/assayo.git
synced 2025-09-01 10:09:39 +00:00
21 lines
354 B
YAML
21 lines
354 B
YAML
name: Assayo
|
|
|
|
on:
|
|
pull_request:
|
|
types: [closed]
|
|
push:
|
|
tags:
|
|
- '*'
|
|
branches:
|
|
- develop
|
|
- 'release/**'
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Create git log report
|
|
uses: bakhirev/assayo@546e2214bf3e2b79492ccd95148b7004d5422c54
|
|
with:
|
|
add_file_info: true
|