Skip to content

Commit

Permalink
Update commend-on-push.yml
Browse files Browse the repository at this point in the history
run actions on pull request
  • Loading branch information
Alchemist0823 committed Oct 24, 2023
1 parent 24bb768 commit 9610617
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/commend-on-push.yml
Expand Up @@ -5,6 +5,10 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
pull_request:
types: [opened, reopened]
branches:
- 'master'

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

0 comments on commit 9610617

Please sign in to comment.