diff --git a/.github/workflows/test_examples.yml b/.github/workflows/test_examples.yml index d0f4b37755..da58eb3aa5 100644 --- a/.github/workflows/test_examples.yml +++ b/.github/workflows/test_examples.yml @@ -2,6 +2,8 @@ name: Test-examples on: push: + branches: [main, develop] + tags: ['*'] schedule: - cron: 21 4 * * * # Run at 12:21am US Eastern time @@ -43,4 +45,4 @@ jobs: @test isnothing(run_genx_case!(example_dir)) end end - end \ No newline at end of file + end