Skip to content

Commit

Permalink
Update CI-basictests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder authored Nov 17, 2023
1 parent e997f6b commit 751620b
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/workflows/CI-basictests.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
name: CI-basictests

on:
push:
branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# push:
# branches: [ "v2.x" ]
# paths-ignore:
# - '.github/**'
# - '**.md'
# pull_request:
# branches: [ "v2.x" ]
# paths-ignore:
# - '.github/**'
# - '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: ["CI-builds"]
types:
- completed

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand Down

0 comments on commit 751620b

Please sign in to comment.