Merge pull request #177 from cconlon/testactions

Simple Test Action (Not for Merge)
pull/176/head
András Fekete 2024-02-14 12:56:12 -05:00 committed by GitHub
commit 5155493914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

13
.github/workflows/main.yml vendored 100644
View File

@ -0,0 +1,13 @@
name: GitHub Actions Demo
on:
push:
branches: [ 'master', 'main', 'testactions', 'release/**' ]
pull_request:
branches: [ '*' ]
jobs:
testjob:
runs-on: ubuntu-latest
steps:
- run: echo "Hello World"