Skip to content

Commit

Permalink
ci: trigger test on push against main
Browse files Browse the repository at this point in the history
  • Loading branch information
petarTxFusion committed Jun 6, 2024
1 parent b844ec4 commit 3f6f4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Run tests
on:
push:
branches: [ main, beta ]
branches: [ master, beta ]
workflow_dispatch:
pull_request:
branches: [ main, beta ]
branches: [ master, beta ]
types: [ opened, reopened, synchronize ]

permissions:
Expand Down

0 comments on commit 3f6f4b8

Please sign in to comment.