Skip to content

Commit

Permalink
Merge pull request #11 from eduardocerqueira/seeker-action-802
Browse files Browse the repository at this point in the history
WIP updating GH workflow
  • Loading branch information
eduardocerqueira authored Aug 14, 2024
2 parents d6cf067 + c32945f commit 8b6f4a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# .github/release.yml

# WIP ...

name: Release

on:
push:
tags:
- '*'

permissions:
contents: write
packages: write
pull-requests: write

changelog:
exclude:
labels:
Expand All @@ -15,6 +29,6 @@ changelog:
labels:
- Semver-Minor
- enhancement
- title: Other Changes
- title: Changes
labels:
- "*"
- "*"
2 changes: 0 additions & 2 deletions .github/workflows/run-seeker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
Expand Down

0 comments on commit 8b6f4a8

Please sign in to comment.