Skip to content

Commit

Permalink
updating conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacobart committed Nov 7, 2023
1 parent 9a96272 commit 4d57f0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ permissions:
contents: read
on:
pull_request:
branches:
- main
push:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!master' # excludes master
- '!main' # excludes main

runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# https://github.com/marketplace/actions/run-golangci-lint
name: golangci-lint
on:
push:
branches:
- master
- main
pull_request:

permissions:
Expand Down

0 comments on commit 4d57f0d

Please sign in to comment.