Skip to content

Commit

Permalink
ci: run on pr (main) (#222)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu>
  • Loading branch information
thschue committed Apr 7, 2023
1 parent e449cb6 commit 2869831
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Run tests

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

env:
GO_VERSION: "~1.20"
Expand Down

0 comments on commit 2869831

Please sign in to comment.