Skip to content

Commit bc99049

Browse files
authored
Fix pull request triggers
1 parent 157fead commit bc99049

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- "gh-pages/*"
88
- "main"
99
- "master"
10+
pull_request:
11+
types: [opened, reopened]
1012
schedule:
1113
# “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru)
1214
- cron: "0 0 1/7 * *"

.github/workflows/pr-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'main'
7+
- 'master'
78

89
jobs:
910

todo.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
this should help us in the near future next couple of month to get rid of at least
2+
2 of your other repositories + it will simplify and harmonize our github workflows
3+
and tooling maintainance in our projects.

0 commit comments

Comments
 (0)