Skip to content

Commit

Permalink
Only run test on alpha after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Dec 14, 2023
1 parent 57b205f commit 9b05104
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Test

on: [pull_request, push]
on:
push:
branches: [latest, beta-*.*.*, beta, alpha-*.*.*, alpha]
pull_request:
branches: [latest, beta-*.*.*, beta]
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 9b05104

Please sign in to comment.