👷 Trigger CI when we push to main

This commit is contained in:
Luke Vella 2023-02-08 19:31:06 +00:00
parent e0dfb527ab
commit 13726f46d6

View file

@ -1,5 +1,11 @@
name: CI
on: pull_request
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
linting: