Skip to content

Commit e1800a7

Browse files
committed
modified workflow
1 parent 62d4dec commit e1800a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/rdme-custompages.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
name: ReadMe GitHub Action 🦉
22

33
on:
4-
pull_request:
4+
workflow_dispatch:
5+
push:
56
branches: [main]
6-
types:
7-
- closed
87
paths:
98
- README.md
109

1110
jobs:
1211
custompages:
13-
if: github.event.pull_request.merged == true
1412
runs-on: ubuntu-latest
1513
steps:
1614
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)