Skip to content

Commit

Permalink
Update triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Feb 2, 2024
1 parent 193025c commit bdf89cd
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
name: Test tap-myqsql

on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main]
paths:
- tap_mysql/**
- tests/**
- poetry.lock
- pyproject.toml
- .github/workflows/test.yml
pull_request:
branches: [main]
paths:
- tap_mysql/**
- tests/**
- poetry.lock
- pyproject.toml
- .github/workflows/test.yml
workflow_dispatch:
inputs: {}

jobs:
tests:
Expand Down

0 comments on commit bdf89cd

Please sign in to comment.