Skip to content

Commit

Permalink
Add support for dev branch in contributors workflow
Browse files Browse the repository at this point in the history
Signed-off-by: HAHWUL <hahwul@gmail.com>
  • Loading branch information
hahwul committed Sep 25, 2024
1 parent 6b8eed2 commit 424b4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Contributors
on:
push:
branches: [main]
branches: [main, dev]
workflow_dispatch:
inputs:
logLevel:
Expand Down

0 comments on commit 424b4ef

Please sign in to comment.