Skip to content

Commit

Permalink
fix always run test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lu1as committed Oct 19, 2022
1 parent 24ba441 commit 4af6427
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build and publish Container Image
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

env:
REGISTRY: ghcr.io
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Run Go tests

on: [push]
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
test:
Expand Down

0 comments on commit 4af6427

Please sign in to comment.