Skip to content

Commit

Permalink
Update push config
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Sep 5, 2024
1 parent 26fc3cf commit 51bb1a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [master, next]
branches: [next]
pull_request:

permissions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Release

on:
pull_request:
push:
branches: [feat/v4-gh-releases]
workflow_dispatch:
inputs:
release_channel:
Expand Down

0 comments on commit 51bb1a9

Please sign in to comment.