1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

run workflow on pull request

This commit is contained in:
Alif Rachmawadi 2022-02-04 10:30:09 +00:00
parent 77740fc108
commit b5a1c34304
No known key found for this signature in database
GPG key ID: DD1F490C879BFA91

View file

@ -1,5 +1,5 @@
name: Main workflow
on: [push]
on: [push, pull_request]
jobs:
test_channel:
runs-on: ${{ matrix.operating-system }}