Skip to content

Commit

Permalink
Merge pull request #177 from cconlon/testactions
Browse files Browse the repository at this point in the history
Simple Test Action (Not for Merge)
  • Loading branch information
bandi13 authored Feb 14, 2024
2 parents 424d4c0 + fd70f09 commit 5155493
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 5155493

Please sign in to comment.