Skip to content

Commit

Permalink
Update CI build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Dec 11, 2023
1 parent 1e27f4e commit 863b04e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 2020 EPAM Systems
# Copyright 2022 EPAM Systems
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -17,16 +17,15 @@ on:
push:
branches:
- '*'
- '!master'
- '!main'
paths-ignore:
- README.md
- README_TEMPLATE.md
- CHANGELOG.md

pull_request:
branches:
- master
- develop
- main

jobs:
build:
Expand Down

0 comments on commit 863b04e

Please sign in to comment.