Run acceptance tests only when PR is opened, synchronize(changes pushed) or reopened

This commit is contained in:
Volodymyr Zotov
2025-09-08 16:29:18 -05:00
parent 7c3deef5f9
commit bdf1f8ceff

View File

@@ -2,6 +2,8 @@ on:
push:
branches: [main]
pull_request:
types: [ opened, synchronize, reopened ]
branches: [ '**' ] # run for PRs targeting any branch (main and others)
name: Run acceptance tests
jobs: