Skip to content

Commit

Permalink
Update Format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdfish committed Apr 14, 2024
1 parent 82d063d commit b70c38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- cron: '0 0 * * *'
push:
branches:
- 'master'
- 'main'
tags: ['*']
jobs:
build:
Expand Down Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Check outputs
run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"

0 comments on commit b70c38f

Please sign in to comment.