Skip to content

Instantly share code, notes, and snippets.

View fkirc's full-sized avatar

fk fkirc

  • Austria
View GitHub Profile
@fkirc
fkirc / ci.yml
Last active June 27, 2022 10:26
npm GitHub Action - Test automatically. Trigger releases manually.
name: CI
on:
push:
branches:
- '**'
workflow_dispatch:
inputs:
release:
description: 'Release'
@fkirc
fkirc / ci.yml
Last active October 2, 2020 12:51
Capacitor Cross-platform GitHub Action: npm + Android
name: CI
on:
push:
workflow_dispatch:
jobs:
pre_job:
runs-on: ubuntu-latest
# Map a step output to a job output