mirror of
https://github.com/safing/portmaster
synced 2025-04-25 13:29:10 +00:00
Improve/fix workflows
This commit is contained in:
parent
0d2c556e20
commit
77c4b815c1
3 changed files with 11 additions and 5 deletions
.github/workflows
2
.github/workflows/angular.yml
vendored
2
.github/workflows/angular.yml
vendored
|
@ -7,7 +7,6 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- develop
|
||||
- migration/mono-repo
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
|
@ -15,7 +14,6 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- develop
|
||||
- migration/mono-repo
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
12
.github/workflows/go.yml
vendored
12
.github/workflows/go.yml
vendored
|
@ -4,11 +4,21 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- '**.go'
|
||||
- 'cmds/**'
|
||||
- 'runtime/**'
|
||||
- 'service/**'
|
||||
- 'spn/**'
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.go'
|
||||
- 'cmds/**'
|
||||
- 'runtime/**'
|
||||
- 'service/**'
|
||||
- 'spn/**'
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
|
@ -54,4 +64,4 @@ jobs:
|
|||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build angular projects
|
||||
run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +test-go --TESTFLAGS="-short"
|
||||
run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +test-go
|
||||
|
|
2
.github/workflows/tauri.yml
vendored
2
.github/workflows/tauri.yml
vendored
|
@ -7,7 +7,6 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- develop
|
||||
- migration/mono-repo
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
|
@ -15,7 +14,6 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- develop
|
||||
- migration/mono-repo
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue