Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 26087c9

Browse files
committed
ignore *.md from triggering build
1 parent 274aa6f commit 26087c9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Build
22
on:
33
push:
44
branches: ['*']
5-
5+
paths-ignore:
6+
- '**.md'
7+
- 'example/**'
8+
- 'website/**'
69
jobs:
710

811
build:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<!-- ## v0.x.x (Unreleased) -->
22

3+
## v0.5.1 (January 22, 2020)
4+
5+
BUG FIXES:
6+
7+
* resource/auth0_email: fix `api_key` issue when reading back the resource from Auth0 ([#161](https://github.com/alexkappa/terraform-provider-auth0/issues/161))
8+
39
## v0.5.0 (January 20, 2020)
410

511
ENHANCEMENTS:

0 commit comments

Comments
 (0)