Skip to content

Commit

Permalink
docs: add note about branch scope (#307)
Browse files Browse the repository at this point in the history
* docs: add note about branch scope

* revert change
  • Loading branch information
Justin Poehnelt authored and GitHub committed May 15, 2020
1 parent bac1a40 commit 46fead7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Create a workflow `.yml` file in your repositories `.github/workflows` directory

> See [Skipping steps based on cache-hit](#Skipping-steps-based-on-cache-hit) for info on using this output
### Branch scope
The cache is scoped to the key and branch. The default branch cache is available to other branches.

See https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows#matching-a-cache-key for more info.

### Example workflow

```yaml
Expand Down

0 comments on commit 46fead7

Please sign in to comment.