Skip to content

Commit

Permalink
👷 [Workfllow] Updated "mobile.yml" s3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmonettelli committed Apr 20, 2024
1 parent 2d3acc8 commit 250748e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
- '.gitattributes'
- '.gitignore'
- 'LICENSE'
- 'README.md'
- 'Design/**'
- 'Assets/**'
pull_request:
Expand All @@ -18,7 +17,6 @@ on:
- '.gitattributes'
- '.gitignore'
- 'LICENSE'
- 'README.md'
- 'Design/**'
- 'Assets/**'

Expand Down Expand Up @@ -129,3 +127,12 @@ jobs:
- name: Build Windows App
run: |
dotnet build ./Meow
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 250748e

Please sign in to comment.