Skip to content

Commit

Permalink
Rerun workflows on modification
Browse files Browse the repository at this point in the history
  • Loading branch information
ephemient authored Dec 10, 2024
1 parent c998102 commit ea025ee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Haskell CI
on:
push:
branches: [ main ]
paths: [ hs/** ]
paths: [ hs/**, .github/workflows/hs.yml ]
pull_request:
branches: [ main ]
paths: [ hs/** ]
paths: [ hs/**, .github/workflows/hs.yml ]

workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Kotlin CI
on:
push:
branches: [ main ]
paths: [ kt/** ]
paths: [ kt/**, .github/workflows/kt.yml ]
pull_request:
branches: [ main ]
paths: [ kt/** ]
paths: [ kt/**, .github/workflows/kt.yml ]

workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Python CI
on:
push:
branches: [ main ]
paths: [ py/** ]
paths: [ py/**, .github/workflows/py.yml ]
pull_request:
branches: [ main ]
paths: [ py/** ]
paths: [ py/**, .github/workflows/py.yml ]

workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Rust CI
on:
push:
branches: [ main ]
paths: [ rs/** ]
paths: [ rs/**, .github/workflows/rs.yml ]
pull_request:
branches: [ main ]
paths: [ rs/** ]
paths: [ rs/**, .github/workflows/rs.yml ]

workflow_dispatch:

Expand Down

0 comments on commit ea025ee

Please sign in to comment.