Skip to content

Commit

Permalink
fix: branch name github action
Browse files Browse the repository at this point in the history
  • Loading branch information
arifmahmudrana committed Aug 7, 2021
1 parent 51d9a94 commit f0d144e
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr-main.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: Test
on:
pull_request:
branches:
- master
- main
env:
GO_VERSION: '1.16'
jobs:
2 changes: 1 addition & 1 deletion .github/workflows/test-tag-and-release.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: Tag and release
on:
push:
branches:
- master
- main
env:
GO_VERSION: '1.16'
jobs:

0 comments on commit f0d144e

Please sign in to comment.