ci: runners trigger on push (#1549)
* ci: runners trigger on push * ci: comments * ci: comments
This commit is contained in:
		
							parent
							
								
									510fc9c834
								
							
						
					
					
						commit
						de693c4191
					
				|  | @ -6,7 +6,6 @@ on: | ||||||
|       - opened |       - opened | ||||||
|       - synchronize |       - synchronize | ||||||
|       - reopened |       - reopened | ||||||
|       - closed |  | ||||||
|     branches: |     branches: | ||||||
|       - 'master' |       - 'master' | ||||||
|     paths: |     paths: | ||||||
|  | @ -14,6 +13,11 @@ on: | ||||||
|       - '!runner/Makefile' |       - '!runner/Makefile' | ||||||
|       - '.github/workflows/runners.yaml' |       - '.github/workflows/runners.yaml' | ||||||
|       - '!**.md' |       - '!**.md' | ||||||
|  |   # We must do a trigger on a push: instead of a types: closed so GitHub Secrets  | ||||||
|  |   # are available to the workflow run | ||||||
|  |   push: | ||||||
|  |     branches: | ||||||
|  |       - 'master' | ||||||
| 
 | 
 | ||||||
| env: | env: | ||||||
|   RUNNER_VERSION: 2.293.0 |   RUNNER_VERSION: 2.293.0 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue