Skip to content

Commit

Permalink
#5 Adding branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Jul 25, 2023
1 parent 2f0c1cf commit a9c0c65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Run tests
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
run-name: ${{ github.actor }} is testing 🚀
on: [push]
branches: ["main"]
jobs:
Explore-GitHub-Actions:
Junit-Jupiter:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
Expand Down

0 comments on commit a9c0c65

Please sign in to comment.