Skip to content

Commit

Permalink
Reducing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Dec 11, 2024
1 parent cc82558 commit a5af38e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Lint
on: [push, pull_request]
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ['ubuntu-latest']
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Test
on: [push, pull_request, workflow_dispatch]
on:
push:
branches: [master]
pull_request:
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit a5af38e

Please sign in to comment.