run workflow on pull request

This commit is contained in:
Alif Rachmawadi
2022-02-04 10:30:09 +00:00
parent 77740fc108
commit b5a1c34304

View File

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