Skip to content

Commit

Permalink
ci: Skip carbonisation tests on master
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart committed Jan 29, 2024
1 parent cd3f587 commit 5d545d1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/TASKLIST_CARBONISATION.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Check Tasklist Carbonization

on: [push]
on:
push:
branches:
- '*'
- '!master'

jobs:
Exec:
if:
name: Run visual regression
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 5d545d1

Please sign in to comment.