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 22d58ab commit f4ed261Copy full SHA for f4ed261
.github/workflows/u-boot.yml
@@ -2,11 +2,11 @@ name: Build U-Boot for RB1
2
3
on:
4
# run on pull requests to the main branch
5
- pull_request:
6
- branches: [main]
+# pull_request:
+# branches: [main]
7
# run on pushes to the main branch
8
- push:
9
+# push:
10
# run weekly on Monday at 8:30am
11
schedule:
12
- cron: '30 8 * * 1'
0 commit comments