Changeset 50479 for trunk/.github/workflows/verify-npm-on-windows.yml
- Timestamp:
- 03/02/2021 07:57:15 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/verify-npm-on-windows.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/verify-npm-on-windows.yml
r50476 r50479 14 14 - '3.[7-9]' 15 15 - '[4-9].[0-9]' 16 paths: 17 # These files configure NPM. Changes could affect the outcome. 18 - 'package*.json' 19 # JavaScript files are built using NPM. 20 - '**.js' 21 # CSS and SCSS files are built using NPM. 22 - '**.scss' 23 - '**.css' 24 # Changes to workflow files should always verify all workflows are successful. 25 - '.github/workflows/**.yml' 16 26 17 27 env:
Note: See TracChangeset
for help on using the changeset viewer.