Skip to content

ci: make possible to trigger workflows manually #14

ci: make possible to trigger workflows manually

ci: make possible to trigger workflows manually #14

Workflow file for this run

---
name: galaxy
"on":
push:
branches:
- master
tags:
- v*
jobs:
galaxy:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
- name: Galaxy upload
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.GALAXY_TOKEN }}
...