mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-30 02:36:30 +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
|
name: CI
|
||||||
on: pull_request
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linting:
|
linting:
|
||||||
|
|
Loading…
Add table
Reference in a new issue