Skip to content

Commit

Permalink
CI - Run job on all changes (AcademySoftwareFoundation#628)
Browse files Browse the repository at this point in the history
### CI - Run job on all changes

### Linked issues
n/a

### Summarize your change.
Remove the path-ignores in the CI.

### Describe the reason for the change.
It causes issues where the CI is not running but is still mandatory.

---------

Signed-off-by: Cédrik Fuoco <[email protected]>
  • Loading branch information
cedrik-fuoco-adsk authored Nov 15, 2024
1 parent 94555c8 commit fbcde01
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,11 @@ name: OpenRV

on:
push:
# Skip jobs when only those files are changed.
paths-ignore:
- '**.md'
- 'LICENSE'
- 'Notice.txt'
- 'rvcmds.sh'

pull_request:
# Skip jobs when only those files are changed.
paths-ignore:
- '**.md'
- 'LICENSE'
- 'Notice.txt'
- 'rvcmds.sh'
branches:
# This will run when PR is merged or direct pushes to main.
- main

pull_request: # This handles PR creation and subsequent commits.

schedule:
# Midnight build every day
Expand Down

0 comments on commit fbcde01

Please sign in to comment.