Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
nlebovits committed Jul 19, 2024
1 parent fe5efc4 commit 6db276f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
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:
if: false
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Release

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

jobs:
release:
if: false
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 6db276f

Please sign in to comment.