mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
👷 Trigger CI when we push to main
This commit is contained in:
parent
e0dfb527ab
commit
13726f46d6
1 changed files with 7 additions and 1 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -1,5 +1,11 @@
|
|||
name: CI
|
||||
on: pull_request
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
linting:
|
||||
|
|
Loading…
Add table
Reference in a new issue