Skip to content

Commit

Permalink
fix: app distribution on main (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel authored Nov 21, 2024
1 parent 1f10239 commit 62736eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
name: Firebase App Distribution
runs-on: ubuntu-latest
needs: [ common-tests ]
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
strategy:
matrix:
organization: [ ooni, dw ]
Expand Down

0 comments on commit 62736eb

Please sign in to comment.