We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157fead commit bc99049Copy full SHA for bc99049
.github/workflows/ci.yml
@@ -7,6 +7,8 @@ on:
7
- "gh-pages/*"
8
- "main"
9
- "master"
10
+ pull_request:
11
+ types: [opened, reopened]
12
schedule:
13
# “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru)
14
- cron: "0 0 1/7 * *"
.github/workflows/pr-merge.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- 'main'
+ - 'master'
jobs:
todo.txt
@@ -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