Skip to content

Commit 90c7291

Browse files
committed
Fix workflow branch name trigger
1 parent 0f2e813 commit 90c7291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: eslint-plugin-react-native-a11y Release Workflow
1+
name: Release Workflow
22

33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
concurrency: ${{ github.workflow }}-${{ github.ref }}
99

0 commit comments

Comments
 (0)