Skip to content

Commit

Permalink
fix: add barnch
Browse files Browse the repository at this point in the history
  • Loading branch information
poonamjain96 committed Aug 23, 2024
1 parent 381d4ec commit 9454a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
deploy-react-native-page:
if: github.ref == 'refs/heads/main' # Runs only if the current branch is 'main'
if: github.ref == 'refs/heads/feat/add-google-analytic' # Runs only if the current branch is 'main'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 9454a4a

Please sign in to comment.