Skip to content

Commit

Permalink
ci: remove trigger, prevent CI run twice on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 authored Oct 27, 2023
1 parent 86908c4 commit ee76cfa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ on:
- 'ios/**'
- 'android/**'
- 'cpp/**'
pull_request:
branches: [ main ]
paths:
- 'ios/**'
- 'android/**'
- 'cpp/**'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit ee76cfa

Please sign in to comment.