Skip to content

9.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 03:03
· 225 commits to master since this release

Description

Abstract

This pull-request is deleting unnecessary target branch filter in workflow trigger

Background

When adding new features or refactorings that require multiple pull requests, the target branch is often set to something other than master.
There is no reason to exclude such cases from CI.

Details

This pull-request does not change any code.
So, no regression tests are executed.

The workflows below are not fixed because it makes sense to narrow down the target branch to master.

  • .github/workflows/CheckBranchUpToDate.yaml
  • .github/workflows/CheckLabel.yaml
  • .github/workflows/Release.yaml

References

None

Destructive Changes

None

Known Limitations

None

Related Issues