Update test.yaml

This commit is contained in:
luke-hagar-sp
2024-02-29 16:30:06 -05:00
parent f541a074a2
commit cb77945e32

View File

@@ -1,6 +1,11 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
on:
push:
branches:
- main
workflow_dispatch:
jobs:
Test-GitHub-Actions:
runs-on: ubuntu-latest