We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc91807 commit 51be75aCopy full SHA for 51be75a
.github/workflows/release.yml
@@ -2,8 +2,9 @@ name: Server - Release
2
3
on:
4
push:
5
- branches:
6
- - remote_client
+ branches: [ "main" ]
+ pull_request:
7
8
#on:
9
# push:
10
# tags:
0 commit comments