Skip to content

Commit

Permalink
Update GitHub Action configurations
Browse files Browse the repository at this point in the history
Add setting to ignore build and test on tags.

Add missing environment variable `HOMEBREW_TAP_GITHUB_TOKEN`.
  • Loading branch information
HeavyWombat committed Feb 17, 2021
1 parent 0ae0344 commit 497bccb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
---
name: Build

on:
push:
branches: [ main ]
tags-ignore:
- '**'
branches:
- main
pull_request:
branches: [ main ]
branches:
- main

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}

0 comments on commit 497bccb

Please sign in to comment.