Skip to content

Commit

Permalink
ci: make it run on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Jun 10, 2024
1 parent 8a1bad4 commit dec6c3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Meson Tests

on:
workflow_dispatch:
push:
branches: [ main ]
branches: ["*"]
pull_request:
branches: [ main ]

Expand Down

0 comments on commit dec6c3c

Please sign in to comment.