Skip to content

Commit

Permalink
change push action to labeled PR action
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Jan 16, 2025
1 parent 3320eb4 commit 32e2482
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/push-action.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: "on-push action"
name: "on-read-labeled PR action"

on:
push:
workflow_dispatch:
pull_request:
branches: main
types: labeled

jobs:
Run-Action:
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'ready' }}
defaults:
run:
shell: bash
Expand Down

0 comments on commit 32e2482

Please sign in to comment.