Skip to content

Commit 2a4cd76

Browse files
ci: allow run on all pull requests
1 parent a1640d7 commit 2a4cd76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/base.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- "[0-9]+.[0-9]+.[0-9]+*"
1010

1111
pull_request:
12-
branches: [main]
1312

1413
# This ensures that previous jobs for the PR are canceled when PR is updated
1514
concurrency:
@@ -104,4 +103,4 @@ jobs:
104103
- name: Run l10n
105104
run: flutter gen-l10n
106105
- name: Publish package
107-
run: dart pub publish -v -f
106+
run: dart pub publish -v -f

0 commit comments

Comments
 (0)