Skip to content

Commit

Permalink
simplifies workflow triggers for build and test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Dec 13, 2024
1 parent 3e0540d commit 2ab0db4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Build and Test

on:
push:
branches: [ "calrissian-172" ]
pull_request:
branches: [ "main" ]
name: Build & Tests
on: [push, pull_request]

permissions:
contents: read
Expand Down

0 comments on commit 2ab0db4

Please sign in to comment.