Run CI on both push to origin branches and pull requests (#360)

This commit is contained in:
Mateusz Woś 2024-04-04 16:35:31 +02:00 committed by GitHub
parent bf7794e1a8
commit 0e69d5cd53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,9 @@
name: ci
on: [push]
on:
push:
branches:
- master
pull_request:
jobs:
ci-job:
runs-on: ubuntu-latest