Skip to content

Commit

Permalink
Temporary workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpitre committed Dec 20, 2024
1 parent 6b3c6f6 commit dc8fa10
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Build and Test
on:
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
- "web-app/**"
- "functions/**"
- ".github/workflows/web-*.yml"
# pull_request:
# branches: [ main ]
# paths-ignore:
# - '**.md'
# - "web-app/**"
# - "functions/**"
# - ".github/workflows/web-*.yml"
push:
branches: [ functions-python-refactoring ]
workflow_call:

env:
Expand Down

0 comments on commit dc8fa10

Please sign in to comment.