Skip to content

Commit

Permalink
Merge branch 'release/0.27-stable' of github.com:mainio/decidim-modul…
Browse files Browse the repository at this point in the history
…e-apifiles into release/0.27-stable
  • Loading branch information
sinaeftekhar committed Jan 3, 2025
2 parents b956870 + d008069 commit ac9d285
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci_decidim_apifiles.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "[CI] Apifiles"
on:
push:
branches:
- develop
- main
- release/*
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
build_app:
name: Build test application
uses: mainio/gha-decidim-module/.github/workflows/build_app.yml@main
secrets: inherit
main:
needs: build_app
name: Tests
uses: mainio/gha-decidim-module/.github/workflows/ci_rspec.yml@main
secrets: inherit

0 comments on commit ac9d285

Please sign in to comment.