mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-08 08:04:24 +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:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
# push:
|
||||
# branches: [ "main" ]
|
||||
# pull_request:
|
||||
# branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue