add new CI files #2
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
8fd83a9a1f
commit
3e6f106e81
2 changed files with 23 additions and 2 deletions
18
.forgejo/workflows/publish.yml
Normal file
18
.forgejo/workflows/publish.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [closed]
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
publish:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo All good!
|
||||||
|
- run: apt-get update && apt-get install -y make
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-go@v5
|
||||||
|
with:
|
||||||
|
go-version: "1.21"
|
||||||
|
- run: ls -la
|
||||||
|
- run: make build_password
|
||||||
|
- run: make publish_password
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
on: [push]
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [opened, synchronize, closed]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo All good!
|
- run: echo All good!
|
||||||
Loading…
Add table
Add a link
Reference in a new issue