Skip to content

Commit

Permalink
fix ci github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaleta committed Jun 29, 2022
1 parent 95bc048 commit 79d5bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name: Sensuflow CI
# events but only for the master branch
on:
push:
tags:
- '*' # Push on any tag
branches: [ main ]
pull_request:
branches: [ main ]
tags:
- '*' # Push on any tag


# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit 79d5bdc

Please sign in to comment.