feat: Update ci workflow to only work on pushes to main branch and pull requests.
All checks were successful
CI / Run Tests (pull_request) Successful in 4m18s
CI / Run Tests (push) Successful in 4m17s
Create and publish a Docker image / build-and-push-image (push) Successful in 8m4s

This commit is contained in:
2024-11-20 15:10:23 -05:00
parent df05898a65
commit e44c1c24c5

View File

@@ -2,6 +2,7 @@
name: CI
on:
push:
branches: ["main"]
pull_request:
jobs: