Skip to content

Commit

Permalink
Merge PR #4500 From @phantinuss
Browse files Browse the repository at this point in the history
chore: clarify latest release location in release message
  • Loading branch information
phantinuss authored Oct 23, 2023
1 parent 816110f commit 4852ee4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
echo "" >> changelog.txt
echo "### Which Sigma rule package should I use?" >> changelog.txt
echo "A detailed explanation can be found in the [Releases.md](Releases.md) file. If you are new to Sigma, we recommend starting with the \"Core\" ruleset." >> changelog.txt
echo "" >> changelog.txt
echo "The [latest release package on GitHub](https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases#linking-to-the-latest-release) can always be found [here](https://github.com/SigmaHQ/sigma/releases/latest)." >> changelog.txt
cat changelog.txt
- name: Build all release packages
run: |
Expand Down
36 changes: 18 additions & 18 deletions .github/workflows/sigma-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- "*"
paths:
- "deprecated/**.yml"
- "rules-compliance/**.yml"
- "rules-dfir/**.yml"
- "rules-emerging-threats/**.yml"
- "rules-placeholder/**.yml"
- "rules-threat-hunting/**.yml"
- "rules/**.yml"
- "unsupported/**.yml"
# paths:
# - "deprecated/**.yml"
# - "rules-compliance/**.yml"
# - "rules-dfir/**.yml"
# - "rules-emerging-threats/**.yml"
# - "rules-placeholder/**.yml"
# - "rules-threat-hunting/**.yml"
# - "rules/**.yml"
# - "unsupported/**.yml"
pull_request:
branches:
- master
paths:
- "deprecated/**.yml"
- "rules-compliance/**.yml"
- "rules-dfir/**.yml"
- "rules-emerging-threats/**.yml"
- "rules-placeholder/**.yml"
- "rules-threat-hunting/**.yml"
- "rules/**.yml"
- "unsupported/**.yml"
# paths:
# - "deprecated/**.yml"
# - "rules-compliance/**.yml"
# - "rules-dfir/**.yml"
# - "rules-emerging-threats/**.yml"
# - "rules-placeholder/**.yml"
# - "rules-threat-hunting/**.yml"
# - "rules/**.yml"
# - "unsupported/**.yml"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 4852ee4

Please sign in to comment.