Skip to content

Commit

Permalink
Adjust GitHub Workflow to avoid running jobs twice on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jmigueprieto committed Dec 4, 2024
1 parent c34e8c2 commit 7797293
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: CI Build

on: [push, pull_request,workflow_dispatch]
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
lint:
Expand Down

0 comments on commit 7797293

Please sign in to comment.