Skip to content

Commit

Permalink
ci: build, codeql, e2e and test flows on main (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency authored Apr 5, 2024
1 parent 2423a87 commit b97952a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: Build Manifest

on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, reopened, synchronize]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@

name: "CodeQL"

on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, reopened, synchronize]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: E2E

on:
pull_request:
push:
branches:
- main
tags:
- "**"
pull_request:
branches:
- main
types: [opened, reopened, synchronize]

permissions:
contents: read
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: Unit Tests

on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, reopened, synchronize]

env:
GO_VERSION: 1.21.0
Expand Down

0 comments on commit b97952a

Please sign in to comment.