Skip to content

Commit

Permalink
completely disable release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Apr 28, 2024
1 parent 7498379 commit 92aef7b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
on:
workflow_dispatch:
schedule:
- cron: 0 6 * * *
push:
tags:
- '*'
pull_request:
branches:
- main
paths:
- '.github/workflows/release.yml'
#schedule:
#- cron: 0 6 * * *
#push:
# tags:
# - '*'
#pull_request:
# branches:
# - main
# paths:
# - '.github/workflows/release.yml'

permissions:
contents: write
Expand Down

0 comments on commit 92aef7b

Please sign in to comment.