.github/workflows/ci.yml in mini_portile2-2.6.0 vs .github/workflows/ci.yml in mini_portile2-2.6.1

- old
+ new

@@ -1,15 +1,20 @@ name: Continuous Integration on: + workflow_dispatch: push: - branches: [main] + branches: + - main + - v*.*.x + tags: + - v*.*.* pull_request: types: [opened, synchronize] - branches: [main] + branches: + - "*" schedule: - cron: "0 8 * * 5" # At 08:00 on Friday # https://crontab.guru/#0_8_*_*_5 - workflow_dispatch: jobs: test-unit: env: MAKEFLAGS: -j2