Skip to content

Commit

Permalink
Remove paths from test.yml (MFlowCode#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
okBrian authored Jul 6, 2024
1 parent a6cf118 commit 2617ad8
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
name: 'Test Suite'

on:
push:
paths:
- '**.f90'
- '**.fpp'
- '**.py'
- '**.yml'
- 'mfc.sh'
- 'golden.txt'
- 'CMakeLists.txt'
- 'requirements.txt'

pull_request:

workflow_dispatch:
on: [push, pull_request, workflow_dispatch]

jobs:
file-changes:
Expand Down

0 comments on commit 2617ad8

Please sign in to comment.