Skip to content

Commit

Permalink
fix(git): Comment out on:push:main #44 (#45)
Browse files Browse the repository at this point in the history
I have commented out on:push:main, so the workflow does not run twice.
The workflow should only run on:pull_request:main now.

closes #44
  • Loading branch information
imAsparky committed Sep 3, 2021
1 parent bc14391 commit 3631126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_contribution.yaml
Expand Up @@ -4,8 +4,8 @@ on:
pull_request:
branches: [main]

push:
branches: [main]
# push:
# branches: [main]

workflow_dispatch:

Expand Down

0 comments on commit 3631126

Please sign in to comment.