mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	Use GITHUB_BASE_REF
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/version.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/version.yaml
									
									
									
									
										vendored
									
									
								
							@@ -3,10 +3,6 @@
 | 
			
		||||
name: Version Numbering
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches-ignore:
 | 
			
		||||
      - l10*
 | 
			
		||||
 | 
			
		||||
  pull_request:
 | 
			
		||||
    branches-ignore:
 | 
			
		||||
      - l10*
 | 
			
		||||
@@ -21,4 +17,4 @@ jobs:
 | 
			
		||||
        uses: actions/checkout@v2
 | 
			
		||||
      - name: Check version number
 | 
			
		||||
        run: |
 | 
			
		||||
          python3 ci/check_version_number.py --branch ${{ GITHUB_REF }}
 | 
			
		||||
          python3 ci/check_version_number.py --branch ${{ GITHUB_BASE_REF }}
 | 
			
		||||
		Reference in New Issue
	
	Block a user