Skip to content

Commit

Permalink
Changed test_and_deploy.yml to run on all push
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Nov 28, 2023
1 parent f0640d3 commit 0fb4875
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ name: tests
on:
push:
branches:
- main
- '*'
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
- '*'
pull_request:
branches:
- main
workflow_dispatch:

jobs:
linting:
Expand Down

0 comments on commit 0fb4875

Please sign in to comment.