Skip to content

Commit 4e381d7

Browse files
fix(CI): correct invalid 'on.branches' syntax in deploy workflow
1 parent 2812794 commit 4e381d7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Deploy Play Store
22

33
on:
4-
branches: feat/ci
4+
push:
5+
branches:
6+
- feat/ci
57

68
jobs:
79
build:

0 commit comments

Comments
 (0)