Skip to content

Commit

Permalink
push CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinKa committed Mar 22, 2024
1 parent 3426715 commit bda8d59
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pushAction.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: pushTest

on: push

jobs:
job_1:
runs-on: ubuntu-latest
steps:
- name: My first step
run: echo hello world

0 comments on commit bda8d59

Please sign in to comment.