Skip to content

Commit

Permalink
Remove release trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman authored Jul 7, 2021
1 parent da61c7f commit ba001d2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ name: ci

on:
push:
# we have to guess what the name of the default branch is
branches: [ master, main, trunk ]
branches: [ master ]
tags: [ '**' ]
pull_request:
branches: [ master, main, trunk ]
release:
types: [ created ]
branches: [ master ]

jobs:
test:
Expand Down

0 comments on commit ba001d2

Please sign in to comment.