Skip to content

Commit

Permalink
Merge pull request #47 from COS301-SE-2024/chore/ci-cd/actions-update
Browse files Browse the repository at this point in the history
Update lint-test-build-golang.yml
  • Loading branch information
waveyboym authored Jun 6, 2024
2 parents 01cff59 + 16e93c3 commit 7def1a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/lint-test-build-golang.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
name: Lint, Test and Build golang

on:
push:
branches: ["develop"]
paths: [
"occupi-backend/cmd/**",
"occupi-backend/configs/**",
"occupi-backend/pkg/**",
"occupi-backend/.golangci.yml",
"occupi-backend/tests/**",
".github/workflows/lint-test-build-golang.yml"
]
pull_request:
branches: ["develop"]
paths: [
Expand All @@ -9,6 +19,7 @@ on:
"occupi-backend/pkg/**",
"occupi-backend/.golangci.yml",
"occupi-backend/tests/**",
".github/workflows/lint-test-build-golang.yml"
]

workflow_dispatch:
Expand Down

0 comments on commit 7def1a1

Please sign in to comment.