Skip to content

Commit

Permalink
Merge pull request #49 from zabbix-tooling/adapt-ci-workflow
Browse files Browse the repository at this point in the history
Adapt ci workflow
  • Loading branch information
scoopex authored Dec 22, 2024
2 parents 1a2fdb8 + 804e4a1 commit c48bc3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build package and test
on:
push:
branches:
- master
- '*'
jobs:
build:
name: CI
Expand All @@ -12,7 +12,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: refs/heads/master
- name: Setup
run: |
sudo apt-get install ruby-dev build-essential debhelper devscripts rpm xalan wget -y
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: refs/heads/main
- name: Setup
run: |
sudo apt-get install ruby-dev build-essential debhelper devscripts rpm xalan wget -y
Expand Down

0 comments on commit c48bc3a

Please sign in to comment.