Skip to content

Commit

Permalink
Fix workflow branch name trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Jul 15, 2024
1 parent 0f2e813 commit 90c7291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: eslint-plugin-react-native-a11y Release Workflow
name: Release Workflow

on:
push:
branches:
- main
- master

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

Expand Down

0 comments on commit 90c7291

Please sign in to comment.