Update .forgejo/workflows/ci.yml
Disabling build on every commit
This commit is contained in:
parent
d452fb2542
commit
fb7ce78f61
1 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
name: Build Resilient App.
|
||||
name: Build Resilient App [DISABLED]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, master, develop]
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
# on:
|
||||
# push:
|
||||
# branches: [main, master, develop]
|
||||
# pull_request:
|
||||
# workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue