Skip to content

Commit

Permalink
Renaming github actions task
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Apr 9, 2024
1 parent 9058b46 commit f5b9160
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: GitHub Actions
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
name: Running Tests
on:
push:
branches: [ "master" ]
branches: [ "main" ]
jobs:
Explore-GitHub-Actions:
test:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/develop'
steps:
- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit f5b9160

Please sign in to comment.