Skip to content

Commit

Permalink
Enable auto-git-release GHA on master/main by default, improves DX wh…
Browse files Browse the repository at this point in the history
…en using NRN as a boilerplate, by avoiding yet another manual configuration
  • Loading branch information
Vadorequest committed Dec 21, 2020
1 parent 363590b commit a3747c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-git-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
name: 'Auto release'
on:
push:
branches:
# - main
# - master
- 'v2-*' # XXX NRN releases on v2 branches, but you'll likely want to release on either main or master
branches: # You'll likely want to release on either main or master
- main
- master
- 'v2-*' # XXX NRN releases on v2 branches

jobs:
tag-and-release:
Expand Down

1 comment on commit a3747c7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.