ci: prevent duplicate test runs - tests only on PRs, inline tests for builds
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
# Allow this workflow to be called by other workflows
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user