Skip to content

Commit e171958

Browse files
Oops wrong branch
1 parent d1bbba4 commit e171958

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Release
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
66
workflow_dispatch: # Allows manual triggering
77

88
jobs:

.github/workflows/firebase-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Firebase Distribution
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)