Skip to content

Commit

Permalink
temporarily disble workflows until working
Browse files Browse the repository at this point in the history
  • Loading branch information
nlebovits committed Jul 19, 2024
1 parent bef8281 commit fe5efc4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Release Drafter

on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize, edited, closed]
workflow_dispatch:
# on:
# push:
# branches:
# - main
# pull_request:
# types: [opened, reopened, synchronize, edited, closed]
# workflow_dispatch:

jobs:
update_release_draft:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release

on:
push:
branches:
- main
workflow_dispatch:
# on:
# push:
# branches:
# - main
# workflow_dispatch:

jobs:
release:
Expand Down

0 comments on commit fe5efc4

Please sign in to comment.