Skip to content

Commit

Permalink
ci: Fix the prod vs dev deployment logic
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Oct 8, 2022
1 parent c8d0cc4 commit cef81cb
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
@@ -1,12 +1,6 @@
name: CI

on:
push:
branches:
- main
pull_request:
branches:
- main
on: push

env:
ANDROID_NDK_VERSION: r25b
Expand Down Expand Up @@ -152,7 +146,7 @@ jobs:
-d '{"event_type":"build"}'
publish-dev:
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs:
- frida-windows
Expand Down

0 comments on commit cef81cb

Please sign in to comment.