Skip to content

Commit d127a36

Browse files
authored
Update triggers (TheAlgorithms#2336)
1 parent dfe189b commit d127a36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build
2-
on: push
2+
on: [push, pull_request]
33
jobs:
44
build:
55
runs-on: ubuntu-latest

.github/workflows/prettify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Prettify
2-
on: push
2+
on: [push, pull_request]
33
jobs:
44
prettier:
55
runs-on: ubuntu-latest

.github/workflows/update_directory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This GitHub Action updates the DIRECTORY.md file (if needed) when doing a git push
22
name: Update Directory
3-
on: push
3+
on: [push, pull_request]
44
jobs:
55
update_directory_md:
66
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)