Automatically deploy pull requests for testing #8

Merged
erth9960 merged 44 commits from actions into master 2024-07-08 14:29:41 +02:00
Showing only changes of commit 9cde2ec57b - Show all commits

View File

@ -0,0 +1,8 @@
name: Deploy to branch.dsv.su.se
on: [push]
jobs:
Deploy-branch:
runs-on: ubuntu-latest
steps:
- run: echo "${{ gitea.repository }}"
- run: echo "${{ gitea.ref }}"