Skip to content

Commit fbcde01

Browse files
CI - Run job on all changes (AcademySoftwareFoundation#628)
### 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]>
1 parent 94555c8 commit fbcde01

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,11 @@ name: OpenRV
22

33
on:
44
push:
5-
# Skip jobs when only those files are changed.
6-
paths-ignore:
7-
- '**.md'
8-
- 'LICENSE'
9-
- 'Notice.txt'
10-
- 'rvcmds.sh'
11-
12-
pull_request:
13-
# Skip jobs when only those files are changed.
14-
paths-ignore:
15-
- '**.md'
16-
- 'LICENSE'
17-
- 'Notice.txt'
18-
- 'rvcmds.sh'
5+
branches:
6+
# This will run when PR is merged or direct pushes to main.
7+
- main
8+
9+
pull_request: # This handles PR creation and subsequent commits.
1910

2011
schedule:
2112
# Midnight build every day

0 commit comments

Comments
 (0)