Browse Source

Add Build Self-Host workflow stub (#66)

pull/67/head
Vince Grassia 3 years ago committed by GitHub
parent
commit
9389bec54a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      .github/workflows/build-self-host.yml

19
.github/workflows/build-self-host.yml

@ -0,0 +1,19 @@ @@ -0,0 +1,19 @@
---
name: Build Self-Host
on:
push:
branches-ignore:
- "l10n_master"
- "gh-pages"
paths-ignore:
- ".github/workflows/**"
workflow_dispatch:
jobs:
stub:
name: Stub
runs-on: ubuntu-22.04
steps:
- name: Success
run: exit 0
Loading…
Cancel
Save