fix: integration tests no longer run on every push to main

This commit is contained in:
Your Name
2026-03-16 23:04:10 -05:00
parent fd8f67109d
commit 632d7d5030
+1 -2
View File
@@ -1,11 +1,10 @@
name: Integration Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [labeled]
workflow_dispatch:
concurrency:
group: integration-${{ github.ref }}