mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-02 23:49:46 -06:00
Trigger on PR in push in main branch
This commit is contained in:
6
.github/workflows/linux-postgres-cxx20.yaml
vendored
6
.github/workflows/linux-postgres-cxx20.yaml
vendored
@@ -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"
|
||||
|
||||
6
.github/workflows/linux-sqlite-cxx20.yaml
vendored
6
.github/workflows/linux-sqlite-cxx20.yaml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user