diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87aca61f..fa92b31f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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