Compare commits
4 Commits
76c0cf3e74
...
c4785455eb
| Author | SHA1 | Date | |
|---|---|---|---|
| c4785455eb | |||
| b463e5b18b | |||
| 74ee2f1965 | |||
| 048828f2d2 |
@@ -1,20 +0,0 @@
|
||||
name: Gitea build & Test.
|
||||
run-name: ${{ gitea.actor }}
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build and test
|
||||
run: make test
|
||||
|
||||
- name: Build
|
||||
run: make prod
|
||||
@@ -3,6 +3,7 @@ run-name: ${{ gitea.actor }}
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- pre-prod
|
||||
pull_request:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user