Skip to content

Commit

Permalink
fix: Release not triggered (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypkhantc authored May 13, 2024
1 parent 24b4399 commit 04d1a57
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Tests

on: [pull_request]
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
- next
- next-major
- beta
- alpha

jobs:
phpunit:
Expand Down

0 comments on commit 04d1a57

Please sign in to comment.