Tests on new/reopened PRs

This commit is contained in:
Peter Grlica
2024-01-09 15:50:40 +01:00
parent c11165e19d
commit f5a1b22f0d
+3 -1
View File
@@ -1,4 +1,4 @@
name: "Test on main branch push"
name: "Server and lib tests"
# These jobs can be tested with nektos/act tool
# https://github.com/nektos/act
@@ -6,6 +6,8 @@ name: "Test on main branch push"
# Look for "!env.ACT" in the DRY_RUN expression below
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- '202[2-9].[39].x'