Skip to content

Commit

Permalink
Do not build on release engineering tags and branches
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Sep 15, 2023
1 parent 3355767 commit 9f797ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: 'Continuous Integration'
on:
- workflow_dispatch
- push
- push:
branches-ignore:
- v1
tags-ignore:
- v1.*

jobs:
exercise-on-tier-1-platforms:
Expand Down

0 comments on commit 9f797ee

Please sign in to comment.