Skip to content

Commit

Permalink
GitHub: Run Workflows on an iternity* branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Lützner committed Apr 20, 2022
1 parent f9d0a39 commit 7f996f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Go
on:
pull_request:
branches:
- master
- iternity*

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Go
on:
pull_request:
branches:
- master
- iternity*

jobs:
build:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Go

on:
push:
branches:
- iternity
pull_request:
branches:
- iternity
- iternity*

jobs:
build:
Expand Down

0 comments on commit 7f996f2

Please sign in to comment.