Skip to content

Commit

Permalink
Improve/fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Apr 10, 2024
1 parent 0d2c556 commit 77c4b81
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ on:
branches:
- master
- develop
- migration/mono-repo

pull_request:
paths:
- 'desktop/angular/**'
branches:
- master
- develop
- migration/mono-repo

jobs:
lint:
Expand Down
12 changes: 11 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 changes: 0 additions & 2 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ on:
branches:
- master
- develop
- migration/mono-repo

pull_request:
paths:
- 'desktop/tauri/**'
branches:
- master
- develop
- migration/mono-repo

jobs:
build:
Expand Down

0 comments on commit 77c4b81

Please sign in to comment.