Skip to content

Commit

Permalink
build: updated workflow branches
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Dec 26, 2023
1 parent a914623 commit 0da1d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: CI

on:
push:
branches: [master, next, beta, alpha]
branches: [master, next, beta, alpha, develop]
pull_request:
branches: [master, next, beta, alpha]
branches: [master, next, beta, alpha, develop]

permissions:
packages: write
Expand Down

0 comments on commit 0da1d43

Please sign in to comment.