Skip to content

Commit

Permalink
separate issue workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramn committed Nov 7, 2023
1 parent 574cac2 commit 6c7742c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
---
on:
label:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "something happened with labels"

---
on:
issues:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
on:
label:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "something happened with labels"

0 comments on commit 6c7742c

Please sign in to comment.