Skip to content

Commit

Permalink
fix(workflow): push on dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Jul 5, 2024
1 parent e76fcdb commit 27d6eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: 'Build Remède native applications'
on:
push:
branches:
- main
- dev

jobs:
Expand Down Expand Up @@ -111,3 +110,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
force: true
branch: 'dev'

0 comments on commit 27d6eab

Please sign in to comment.