Skip to content

Commit

Permalink
Run check-new-assets workflow on label addition, not only on new PR c… (
Browse files Browse the repository at this point in the history
#3214)

* Run check-new-assets workflow on label addition, not only on new PR commit

* add test asset

* test workflows

* update

* revert changes to check-new-assets

* add another change

* update types

* update logging & pr_target

* update pr_target

* update a different workflow

* update

* update check-new-assets

* add new job for testing

* update types

* add unlabeled as a type

* edit a different file for testing

* remove change

* remove another change

* revert assets-test change

* update for testing purposes

* revert that test change

* remove test component

---------

Co-authored-by: Kelly <[email protected]>
  • Loading branch information
lykelly19 and Kelly authored Aug 1, 2024
1 parent 797fce2 commit 025faf5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-new-assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
pull_request:
branches:
- main
types:
- opened
- labeled
- unlabeled
- synchronize
- reopened
workflow_dispatch:

defaults:
Expand Down

0 comments on commit 025faf5

Please sign in to comment.