Skip to content

Commit

Permalink
add paths for CD run
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel Gomez committed Feb 4, 2024
1 parent a791be1 commit 5258974
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/merge_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
paths:
- .github/workflows/*
- automate/*
- visualize/*
- orchestrate/*
- transform/*
- transform/**/*

pull_request:
types:
Expand Down

0 comments on commit 5258974

Please sign in to comment.