2020-11-12 16:12:04 +01:00
|
|
|
---
|
2021-03-23 16:35:44 +01:00
|
|
|
name: Galaxy release
|
2020-11-12 16:12:04 +01:00
|
|
|
|
2021-03-23 16:35:44 +01:00
|
|
|
# yamllint disable-line rule:truthy
|
2020-11-12 16:12:04 +01:00
|
|
|
on:
|
2020-11-12 18:40:43 +01:00
|
|
|
push:
|
2021-03-23 16:35:44 +01:00
|
|
|
branches: ['main']
|
2020-11-12 16:12:04 +01:00
|
|
|
release:
|
2021-03-23 16:35:44 +01:00
|
|
|
types: ['created']
|
2020-11-12 16:12:04 +01:00
|
|
|
|
|
|
|
jobs:
|
2021-03-23 16:35:44 +01:00
|
|
|
build:
|
2020-11-12 16:12:04 +01:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: checkout
|
2021-10-18 11:12:28 +02:00
|
|
|
uses: actions/checkout@v2.3.5
|
2020-11-12 16:12:04 +01:00
|
|
|
- name: galaxy
|
2021-03-24 08:48:02 +01:00
|
|
|
uses: robertdebock/galaxy-action@1.1.1
|
2020-11-12 16:12:04 +01:00
|
|
|
with:
|
2021-03-23 16:35:44 +01:00
|
|
|
galaxy_api_key: ${{ secrets.galaxy_api_key }}
|