Skip to content

Commit

Permalink
Create another.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbarbour authored Nov 7, 2023
1 parent bfe0f14 commit c873cfb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/another.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Another Workflow
on:
push:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo hello

0 comments on commit c873cfb

Please sign in to comment.