Skip to content

Commit

Permalink
tweaks for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah committed Jan 23, 2024
1 parent ca66ddc commit 08ba1fa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
name: pg_stringtheory Build and Test
on:
push:
pull_request:
paths:
- '.github/**'
- 'src/**'
- 'expected/**'
- 'sql/**'
- '*.control'
- '*.sql'
- Makefile
jobs:
build-and-test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
version: [REL_14_STABLE, REL_15_STABLE, REL_16_STABLE]
Expand Down

0 comments on commit 08ba1fa

Please sign in to comment.