Skip to content

Commit

Permalink
Update workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Apr 2, 2024
1 parent 082187b commit b85ea1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Build

on:
push:
branches:
- main
pull_request:
paths:
- "data/**"
- "pos_tagger_scripts/build-lt.sh"
- "lt-changes/**"
- ".github/workflows/build.yml"
- "pos_tagger_scripts/**"
- "dict_tools/**"
pull_request:
branches:
- "main"
workflow_dispatch: {}

jobs:
Expand Down

0 comments on commit b85ea1a

Please sign in to comment.