Skip to content

Commit

Permalink
Do not run CI on branches
Browse files Browse the repository at this point in the history
Since we use the branches to only deploy and we don't want to deploy PRs, do not run the action on PR
  • Loading branch information
magnetik authored Jul 11, 2024
1 parent 7c96087 commit d131fa9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ name: deploy
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit d131fa9

Please sign in to comment.