1
0
Fork 0
mirror of https://github.com/lukevella/rallly.git synced 2025-07-31 23:19:15 +02:00

👷 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: