Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: build

on:
push:
branches: [main]
pull_request:

permissions:
Expand Down Expand Up @@ -33,7 +32,7 @@ jobs:
# Only pushes to main publish, so pull request runs never receive a token
# with packages: write — a branch PR can change this workflow and its code
# runs with whatever permissions the run was granted.
if: github.event_name == 'push'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs: test
runs-on: ubuntu-latest
permissions:
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/codeql.yml

This file was deleted.

Loading