Skip to content

Commit

Permalink
chore: actually trigger workflow on push because github refuses to ru…
Browse files Browse the repository at this point in the history
…n it
  • Loading branch information
Askir committed Jan 17, 2025
1 parent fc442dc commit 25fba04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [pull_request, workflow_dispatch]
on: [pull_request, workflow_dispatch, push]
permissions:
contents: read

Expand Down
3 changes: 3 additions & 0 deletions projects/extension/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ lint:
format-py:
@./build.py format-py

check-requirements:
@./build.py check-requirements

docker-build:
@PG_MAJOR={{PG_MAJOR}} ./build.py docker-build

Expand Down

0 comments on commit 25fba04

Please sign in to comment.