Skip to content

Commit

Permalink
Only create releases from development branch. (#2682)
Browse files Browse the repository at this point in the history
  • Loading branch information
mserajnik authored Jun 22, 2024
1 parent 7836306 commit a1cd3ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/db_dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: vmangos Development DB Dump

on:
push:
branches:
- development
paths:
- '**.sql'
- '.github/workflows/db_dump.yml'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Windows Development Release

on:
push:
branches:
- development
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- '.github/ISSUE_TEMPLATE.md'
Expand Down

0 comments on commit a1cd3ab

Please sign in to comment.