Skip to content

Commit

Permalink
add trigger for dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
janfb committed Jan 23, 2025
1 parent d57b06d commit 7945c1b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Tests

on: [pull_request, workflow_dispatch]

on:
pull_request:
push:
branches: [main, dev]
workflow_dispatch:
defaults:
run:
shell: bash
Expand Down

0 comments on commit 7945c1b

Please sign in to comment.