Skip to content

Commit b7d30db

Browse files
committed
ga fixes
1 parent 5caabed commit b7d30db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build app
22
on:
33
push:
44
branches:
5-
- '*'
5+
- main
66
jobs:
77
build-webapp:
88
runs-on: ubuntu-latest

.github/workflows/deploy.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- release
7-
- beta
87

98
jobs:
109
deploy-webapp:

0 commit comments

Comments
 (0)