Skip to content

Commit

Permalink
ci: Add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 27, 2024
1 parent 7924641 commit c935c9c
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,24 @@

name: Test tap-snowflake

on: [push]
on:
push:
branches: [main]
paths:
- tap_snowflake/**
- tests/**
- .github/workflows/ci_workflow.yml
- poetry.lock
- pyproject.toml
pull_request:
branches: [main]
paths:
- tap_snowflake/**
- tests/**
- .github/workflows/ci_workflow.yml
- poetry.lock
- pyproject.toml
workflow_dispatch:

jobs:
linting:
Expand Down

0 comments on commit c935c9c

Please sign in to comment.