Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request CleverRaven#53120 from BrettDong/release
Browse files Browse the repository at this point in the history
Create experimental release only on relevant changes in source tree
  • Loading branch information
ZhilkinSerg authored Nov 30, 2021
2 parents 57f6550 + fb90c94 commit cfaec2f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ on:
push:
branches:
- master
paths:
- '.github/workflows/release.yml'
- 'android/**'
- 'build-data/**'
- 'cataclysm-launcher'
- 'data/**'
- 'doc/**'
- 'gfx/**'
- 'lang/po/*.po'
- 'LICENSE*'
- 'Makefile'
- 'README*'
- 'src/**'

jobs:
release:
name: Create Release
Expand Down

0 comments on commit cfaec2f

Please sign in to comment.