Skip to content

Commit

Permalink
Enlève le setup.py de la liste des fichiers à ignorer dans les vérifi…
Browse files Browse the repository at this point in the history
…cations de changements fonctionels
  • Loading branch information
Allan-CodeWorks committed Jan 18, 2024
1 parent c7587da commit ce6ec76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/has-functional-changes.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env bash

IGNORE_DIFF_ON="README.md CONTRIBUTING.md Makefile .gitignore .github/* setup.py"
IGNORE_DIFF_ON="README.md CONTRIBUTING.md Makefile .gitignore .github/*"

last_tagged_commit=`git describe --tags --abbrev=0 --first-parent` # --first-parent ensures we don't follow tags not published in master through an unlikely intermediary merge commit

Expand Down

0 comments on commit ce6ec76

Please sign in to comment.