Skip to content

Commit

Permalink
github actions on main
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Oct 1, 2023
1 parent ad60cf1 commit 6f67f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- master
- main

permissions:
contents: read
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
# contents: write
# needs: [Test, Lint, Format]
# if: |
# github.ref == 'refs/heads/master' &&
# github.ref == 'refs/heads/main' &&
# github.event.repository.fork == false
# runs-on: ubuntu-latest
# steps:
Expand Down

0 comments on commit 6f67f79

Please sign in to comment.