Skip to content

Commit

Permalink
Fixed workflow syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
UrsaDK committed Oct 15, 2023
1 parent c4c6986 commit 0130d90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-dev-release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Create development releases
on:
push:
branches:
- '**'
branches-ignore:
- master
- dependabot/*
tags-ignore:
- '**'

jobs:
development:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/remove-dev-release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Delete development releases
on:
delete:
branches:
- '**'
branches-ignore:
- master
- dependabot/*
tags-ignore:
- '**'

jobs:
cleanup:
Expand Down

0 comments on commit 0130d90

Please sign in to comment.