Trigger on PR in push in main branch

This commit is contained in:
Dr. Patrick Urbanke
2025-05-20 21:18:01 +02:00
parent 290d9cf1b8
commit c75df4f80b
2 changed files with 10 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
name: linux-postgres-cxx20
on: [ pull_request, workflow_dispatch ]
on:
- pull_request
- push:
branches:
- 'main'
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"

View File

@@ -1,6 +1,10 @@
name: linux-sqlite-cxx20
on: [ pull_request, workflow_dispatch ]
on:
- pull_request
- push:
branches:
- 'main'
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"