release gex
This commit is contained in:
parent
d0fcfe678b
commit
5ededc8606
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "mistress"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- run: echo All Good
|
Loading…
Reference in a new issue