Skip to content

Commit

Permalink
ci: Run Workflows on Pull Request
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Aug 18, 2023
1 parent 1c50308 commit 2f70938
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/directory.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test Directory Extraction

on: [push]
on: [push, pull_request]

jobs:
action:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/file.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test File Extraction

on: [push]
on: [push, pull_request]

jobs:
action:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test Cross Platform Support

on: [push]
on: [push, pull_request]

jobs:
action:
Expand Down

0 comments on commit 2f70938

Please sign in to comment.