Skip to content

material_design_icon_update Nov/2023 #25

material_design_icon_update Nov/2023

material_design_icon_update Nov/2023 #25

Workflow file for this run

name: COPR
on:
push:
branches:
- develop
jobs:
copr:
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'copr skip')"
runs-on: ubuntu-latest
steps:
- name: Rebuild package
run: curl -X POST ${{ secrets.COPR_WEBHOOK_URL }}