Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Mar 28, 2024
1 parent acf1b97 commit 4160646
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "Code scanning - action"

on:
push:
branches:
- develop
- master
- release/*
# branches:
# - develop
# - master
# - release/*
pull_request:
schedule:
- cron: '0 19 * * 1'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: macOS

on:
push:
branches:
- develop
- master
- release/*
# branches:
# - develop
# - master
# - release/*
pull_request:
workflow_dispatch:

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Publish documentation
# publish the documentation on every merge to develop branch
on:
push:
branches:
- develop
paths:
- docs/mkdocs/**
- docs/examples/**
# branches:
# - develop
# paths:
# - docs/mkdocs/**
# - docs/examples/**
workflow_dispatch:

permissions:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Ubuntu

on:
push:
branches:
- develop
- master
- release/*
# branches:
# - develop
# - master
# - release/*
pull_request:
workflow_dispatch:

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Windows

on:
push:
branches:
- develop
- master
- release/*
# branches:
# - develop
# - master
# - release/*
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit 4160646

Please sign in to comment.