Skip to content

Commit

Permalink
file added
Browse files Browse the repository at this point in the history
  • Loading branch information
saramahmoud5005 committed Oct 29, 2023
1 parent 8c10cde commit 43f9fd8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gradle/workflow/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Push

on:
push:
branches: [ "master" ]
workflow_dispatch:

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."

0 comments on commit 43f9fd8

Please sign in to comment.