mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-21 22:32:49 +00:00
Disable autocompile
This commit is contained in:
parent
e5ebe91a5c
commit
03fd5b8494
8
.github/workflows/autocompile.yml
vendored
8
.github/workflows/autocompile.yml
vendored
|
@ -2,10 +2,10 @@ name: Autocompile
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
# push:
|
||||||
branches: [ "main" ]
|
# branches: [ "main" ]
|
||||||
pull_request:
|
# pull_request:
|
||||||
branches: [ "main" ]
|
# branches: [ "main" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue