Skip to content

Commit

Permalink
ci: fix: Running workflows on pr's from forks (openfoodfacts#2847)
Browse files Browse the repository at this point in the history
  • Loading branch information
M123-dev committed Aug 27, 2022
1 parent 474b3d8 commit 36443f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: SmoothApp Pre-Submit Tests

on:
pull_request

pull_request:
push:
branches-ignore:
- develop

env:
FLUTTER_VERSION: '3.0.x'
Expand Down

0 comments on commit 36443f7

Please sign in to comment.