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.
2 parents 391a7ed + 7cc7ec5 commit d193f9eCopy full SHA for d193f9e
.github/workflows/Readme.md
@@ -9,9 +9,9 @@ name: Book with Pillar
9
10
on:
11
push:
12
- branches: [ main ]
+ branches: [ master ]
13
pull_request:
14
15
schedule:
16
- cron: '0 0 * * 0'
17
@@ -86,4 +86,4 @@ jobs:
86
title: "Development Build"
87
files: |
88
artifacts/*.pdf
89
-```
+```
.github/workflows/main.yml
@@ -2,9 +2,9 @@ name: Book with Pillar
2
3
4
5
6
7
8
README.md
@@ -0,0 +1 @@
1
+A collection of nice exercises that could be part of a future book.
0 commit comments