Skip to content

Add .inc files to .editorconfig (#64) #82

Add .inc files to .editorconfig (#64)

Add .inc files to .editorconfig (#64) #82

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
- prod
jobs:
deployment:
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}
steps:
- name: Trigger deploy
run: |
curl -fsS -X POST ${{ secrets.HOOKURL }} -H "X-Key: ${{ secrets.HOOKSECRET }}"