10 lines
108 B
YAML
10 lines
108 B
YAML
|
name: Main Workflow
|
||
|
on:
|
||
|
pull_request:
|
||
|
branches:
|
||
|
- main
|
||
|
push:
|
||
|
branches:
|
||
|
- main
|
||
|
jobs:
|