Skip to content

Commit

Permalink
common: trigger the main workflow for branches that are not maintaine…
Browse files Browse the repository at this point in the history
…d on pmem/pmdk

Signed-off-by: Jan Michalski <jan.michalski@intel.com>
  • Loading branch information
janekmi committed Jul 20, 2023
1 parent 1d3aa68 commit bf99bec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ name: Main
on:
workflow_dispatch:
pull_request:
push:
# It is just for developer convenience so pushes to forks triggers the same
# workflow as for pull requests. For branches that match the following
# ignore patterns, the workflow has to be triggered manually.
branches-ignore:
- master
- stable-*

jobs:
src_checkers:
Expand Down

0 comments on commit bf99bec

Please sign in to comment.