Skip to content

Commit d193f9e

Browse files
committed
Merge branch 'master' of github.com:SquareBracketAssociates/booklet-CountryTutorial
2 parents 391a7ed + 7cc7ec5 commit d193f9e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: Book with Pillar
99
1010
on:
1111
push:
12-
branches: [ main ]
12+
branches: [ master ]
1313
pull_request:
14-
branches: [ main ]
14+
branches: [ master ]
1515
schedule:
1616
- cron: '0 0 * * 0'
1717
@@ -86,4 +86,4 @@ jobs:
8686
title: "Development Build"
8787
files: |
8888
artifacts/*.pdf
89-
```
89+
```

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Book with Pillar
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ master ]
88
schedule:
99
- cron: '0 0 * * 0'
1010

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A collection of nice exercises that could be part of a future book.

0 commit comments

Comments
 (0)