Skip to content

Commit

Permalink
remove bad path restriction on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarWatcher committed Aug 13, 2024
1 parent 09295bf commit 220b7f9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/transformer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: Data dump transformer build
on:
push:
branches: [ master ]
paths:
- transformer/*
pull_request:
branches: [ master ]
paths:
- transformer/*

jobs:
build:
strategy:
Expand Down

0 comments on commit 220b7f9

Please # to comment.